DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::Dither< T > Member List

This is the complete list of members for dspark::Dither< T >, including all inherited members.

Dither(int targetBits=16, bool noiseShaping=false) noexceptdspark::Dither< T >inlineexplicit
getQuantisationStep() const noexceptdspark::Dither< T >inline
getTargetBitDepth() const noexceptdspark::Dither< T >inline
processBlock(T *data, int numSamples, int channel=0) noexceptdspark::Dither< T >inline
processSample(T input, int channel=0) noexceptdspark::Dither< T >inline
reset() noexceptdspark::Dither< T >inline
setNoiseShaping(bool enabled) noexceptdspark::Dither< T >inline
setTargetBitDepth(int bits) noexceptdspark::Dither< T >inline