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

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

getBandCompressor(int band) noexceptdspark::MultibandCompressor< T, MaxBands >inline
getBandCompressor(int band) const noexceptdspark::MultibandCompressor< T, MaxBands >inline
getBandGainReductionDb(int band) const noexceptdspark::MultibandCompressor< T, MaxBands >inline
getCrossoverFrequency(int index) const noexceptdspark::MultibandCompressor< T, MaxBands >inline
getCrossoverMode() const noexceptdspark::MultibandCompressor< T, MaxBands >inline
getLatency() const noexceptdspark::MultibandCompressor< T, MaxBands >inline
getNumBands() const noexceptdspark::MultibandCompressor< T, MaxBands >inline
getOrder() const noexceptdspark::MultibandCompressor< T, MaxBands >inline
getState() constdspark::MultibandCompressor< T, MaxBands >inline
prepare(const AudioSpec &spec)dspark::MultibandCompressor< T, MaxBands >inline
processBlock(AudioBufferView< T > buffer) noexceptdspark::MultibandCompressor< T, MaxBands >inline
reset() noexceptdspark::MultibandCompressor< T, MaxBands >inline
setBandAttack(int band, T ms) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setBandRatio(int band, T ratio) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setBandRelease(int band, T ms) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setBandThreshold(int band, T dB) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setCrossoverFrequency(int index, T freqHz) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setCrossoverMode(typename CrossoverFilter< T, MaxBands >::FilterMode mode) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setNumBands(int n) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setOrder(int order) noexceptdspark::MultibandCompressor< T, MaxBands >inline
setState(const uint8_t *data, size_t size)dspark::MultibandCompressor< T, MaxBands >inline