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

Method FIRFilter

examples/sound_effects/SoundEffects.cpp:996–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 {
995 public:
996 explicit FIRFilter(std::vector<float> taps) : m_taps(std::move(taps))
997 {
998 }
999
1000 T operator()(T input)
1001 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected