|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
An extremely naive ditherer. More...
#include "tracktion_Ditherer.h"
Public Member Functions | |
| void | reset (int numBits) noexcept |
| void | process (float *samps, int num) noexcept |
Public Attributes | |
| int | random1 |
| int | random2 |
| float | amp |
| float | offset |
| float | s1 |
| float | s2 |
An extremely naive ditherer.
TODO: this could be done much better!
Definition at line 18 of file tracktion_Ditherer.h.
Definition at line 29 of file tracktion_Ditherer.h.
|
noexcept |
Definition at line 20 of file tracktion_Ditherer.h.
| float tracktion::engine::Ditherer::amp |
Definition at line 60 of file tracktion_Ditherer.h.
| float tracktion::engine::Ditherer::offset |
Definition at line 60 of file tracktion_Ditherer.h.
| int tracktion::engine::Ditherer::random1 |
Definition at line 59 of file tracktion_Ditherer.h.
| int tracktion::engine::Ditherer::random2 |
Definition at line 59 of file tracktion_Ditherer.h.
| float tracktion::engine::Ditherer::s1 |
Definition at line 61 of file tracktion_Ditherer.h.
| float tracktion::engine::Ditherer::s2 |
Definition at line 61 of file tracktion_Ditherer.h.