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

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

getAttackMs() const noexceptdspark::LevelFollower< T, MaxChannels >inline
getPeakLevel(int channel) const noexceptdspark::LevelFollower< T, MaxChannels >inline
getPeakLevelDb(int channel) const noexceptdspark::LevelFollower< T, MaxChannels >inline
getReleaseMs() const noexceptdspark::LevelFollower< T, MaxChannels >inline
getRmsLevel(int channel) const noexceptdspark::LevelFollower< T, MaxChannels >inline
getRmsLevelDb(int channel) const noexceptdspark::LevelFollower< T, MaxChannels >inline
getRmsWindowMs() const noexceptdspark::LevelFollower< T, MaxChannels >inline
prepare(const AudioSpec &spec) noexceptdspark::LevelFollower< T, MaxChannels >inline
process(AudioBufferView< const T > buffer) noexceptdspark::LevelFollower< T, MaxChannels >inline
reset() noexceptdspark::LevelFollower< T, MaxChannels >inline
setAttackMs(float ms) noexceptdspark::LevelFollower< T, MaxChannels >inline
setReleaseMs(float ms) noexceptdspark::LevelFollower< T, MaxChannels >inline
setRmsWindowMs(float ms) noexceptdspark::LevelFollower< T, MaxChannels >inline