MCPcopy Create free account
hub / github.com/SFML/SFML / AllPassFilter

Method AllPassFilter

examples/sound_effects/SoundEffects.cpp:972–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970 {
971 public:
972 AllPassFilter(std::size_t delay, float theGain) : m_buffer(delay, {}), m_gain(theGain)
973 {
974 }
975
976 T operator()(T input)
977 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected