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

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

DetectionMode enum namedspark::DeEsser< T >
getAttack() const noexceptdspark::DeEsser< T >inline
getBandwidth() const noexceptdspark::DeEsser< T >inline
getDetectionMode() const noexceptdspark::DeEsser< T >inline
getFrequency() const noexceptdspark::DeEsser< T >inline
getGainReductionDb() const noexceptdspark::DeEsser< T >inline
getReduction() const noexceptdspark::DeEsser< T >inline
getRelease() const noexceptdspark::DeEsser< T >inline
getState() constdspark::DeEsser< T >inline
getThreshold() const noexceptdspark::DeEsser< T >inline
prepare(const AudioSpec &spec)dspark::DeEsser< T >inline
processBlock(AudioBufferView< T > buffer) noexceptdspark::DeEsser< T >inline
reset() noexceptdspark::DeEsser< T >inline
setAttack(T ms) noexceptdspark::DeEsser< T >inline
setBandwidth(T octaves) noexceptdspark::DeEsser< T >inline
setDetectionMode(DetectionMode mode) noexceptdspark::DeEsser< T >inline
setFrequency(T hz) noexceptdspark::DeEsser< T >inline
setReduction(T db) noexceptdspark::DeEsser< T >inline
setRelease(T ms) noexceptdspark::DeEsser< T >inline
setState(const uint8_t *data, size_t size)dspark::DeEsser< T >inline
setThreshold(T db) noexceptdspark::DeEsser< T >inline