|
DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
|
This is the complete list of members for dspark::Dither< T >, including all inherited members.
| Dither(int targetBits=16, bool noiseShaping=false) noexcept | dspark::Dither< T > | inlineexplicit |
| getQuantisationStep() const noexcept | dspark::Dither< T > | inline |
| getTargetBitDepth() const noexcept | dspark::Dither< T > | inline |
| processBlock(T *data, int numSamples, int channel=0) noexcept | dspark::Dither< T > | inline |
| processSample(T input, int channel=0) noexcept | dspark::Dither< T > | inline |
| reset() noexcept | dspark::Dither< T > | inline |
| setNoiseShaping(bool enabled) noexcept | dspark::Dither< T > | inline |
| setTargetBitDepth(int bits) noexcept | dspark::Dither< T > | inline |