TracktionEngine
|
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 = 0 |
int | random2 = 0 |
float | amp = 0 |
float | offset = 0 |
float | s1 = 0 |
float | s2 = 0 |
An extremely naive ditherer.
TODO: this could be done much better!
|
noexcept |
int tracktion::engine::Ditherer::random1 = 0 |
Referenced by process().
int tracktion::engine::Ditherer::random2 = 0 |
Referenced by process().
float tracktion::engine::Ditherer::s1 = 0 |
Referenced by process().
float tracktion::engine::Ditherer::s2 = 0 |
Referenced by process().