Biquad filter. More...
#include "ame_AudioBuffer.hpp"
#include "ame_Math.hpp"
#include <array>
#include <atomic>
#include <cassert>
#include <cmath>
#include <concepts>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | ame::dsp::Biquad< FloatType, MaximumChannels > |
BiQuad filter. More... | |
struct | ame::dsp::Biquad< FloatType, MaximumChannels >::Coefficients |
BiQuad filter coefficients. More... | |
Biquad filter.
Audio-EQ-Cookbook by Robert Bristow-Johnson implementation. https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html
AME is released under the MIT license.