An extremely naive ditherer.
More...
#include <tracktion_Ditherer.h>
|
| void | reset (int numBits) noexcept |
| |
| void | process (float *samps, int num) noexcept |
| |
An extremely naive ditherer.
TODO: this could be done much better!
◆ reset()
| void engine::Ditherer::reset |
( |
int |
numBits | ) |
|
|
noexcept |
◆ process()
| void engine::Ditherer::process |
( |
float * |
samps, |
|
|
int |
num |
|
) |
| |
|
noexcept |
◆ random1
| int engine::Ditherer::random1 = 0 |
◆ random2
| int engine::Ditherer::random2 = 0 |
◆ amp
| float engine::Ditherer::amp = 0 |
◆ offset
| float engine::Ditherer::offset = 0 |
◆ s1
| float engine::Ditherer::s1 = 0 |
◆ s2
| float engine::Ditherer::s2 = 0 |
The documentation for this struct was generated from the following file: