Home
last modified time | relevance | path

Searched refs:cutOffFrequency (Results 1 – 12 of 12) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_audio_basics/utilities/
H A Djuce_IIRFilter.cpp187 double cutOffFrequency, in makeLowShelf() argument
192 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeLowShelf()
198 auto omega = (MathConstants<double>::twoPi * jmax (cutOffFrequency, 2.0)) / sampleRate; in makeLowShelf()
212 double cutOffFrequency, in makeHighShelf() argument
217 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeHighShelf()
223 auto omega = (MathConstants<double>::twoPi * jmax (cutOffFrequency, 2.0)) / sampleRate; in makeHighShelf()
H A Djuce_IIRFilter.h113 double cutOffFrequency,
124 double cutOffFrequency,
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_basics/utilities/
H A Djuce_IIRFilter.cpp187 double cutOffFrequency, in makeLowShelf() argument
192 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeLowShelf()
198 auto omega = (MathConstants<double>::twoPi * jmax (cutOffFrequency, 2.0)) / sampleRate; in makeLowShelf()
212 double cutOffFrequency, in makeHighShelf() argument
217 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeHighShelf()
223 auto omega = (MathConstants<double>::twoPi * jmax (cutOffFrequency, 2.0)) / sampleRate; in makeHighShelf()
H A Djuce_IIRFilter.h113 double cutOffFrequency,
124 double cutOffFrequency,
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_basics/utilities/
H A Djuce_IIRFilter.cpp187 double cutOffFrequency, in makeLowShelf() argument
192 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeLowShelf()
198 auto omega = (MathConstants<double>::twoPi * jmax (cutOffFrequency, 2.0)) / sampleRate; in makeLowShelf()
212 double cutOffFrequency, in makeHighShelf() argument
217 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeHighShelf()
223 auto omega = (MathConstants<double>::twoPi * jmax (cutOffFrequency, 2.0)) / sampleRate; in makeHighShelf()
H A Djuce_IIRFilter.h113 double cutOffFrequency,
124 double cutOffFrequency,
/dports/emulators/stella/stella-6.6/src/common/audio/
H A DHighPass.cxx22 HighPass::HighPass(float cutOffFrequency, float frequency) in HighPass() argument
23 : myAlpha{1.F / (1.F + 2.F*BSPF::PI_f*cutOffFrequency/frequency)} in HighPass()
H A DHighPass.hxx25 HighPass(float cutOffFrequency, float frequency);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/processors/
H A Djuce_IIRFilter.cpp261 … NumericType cutOffFrequency, in makeLowShelf() argument
266 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeLowShelf()
272 …auto omega = (2 * MathConstants<NumericType>::pi * jmax (cutOffFrequency, static_cast<NumericType>… in makeLowShelf()
287 … NumericType cutOffFrequency, in makeHighShelf() argument
292 jassert (cutOffFrequency > 0 && cutOffFrequency <= static_cast<NumericType> (sampleRate * 0.5)); in makeHighShelf()
298 …auto omega = (2 * MathConstants<NumericType>::pi * jmax (cutOffFrequency, static_cast<NumericType>… in makeHighShelf()
H A Djuce_IIRFilter.h240 static Ptr makeLowShelf (double sampleRate, NumericType cutOffFrequency,
249 static Ptr makeHighShelf (double sampleRate, NumericType cutOffFrequency,
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_dsp/processors/
H A Djuce_IIRFilter.cpp262 … NumericType cutOffFrequency, in makeLowShelf() argument
267 jassert (cutOffFrequency > 0.0 && cutOffFrequency <= sampleRate * 0.5); in makeLowShelf()
273 …auto omega = (2 * MathConstants<NumericType>::pi * jmax (cutOffFrequency, static_cast<NumericType>… in makeLowShelf()
288 … NumericType cutOffFrequency, in makeHighShelf() argument
293 jassert (cutOffFrequency > 0 && cutOffFrequency <= static_cast<NumericType> (sampleRate * 0.5)); in makeHighShelf()
299 …auto omega = (2 * MathConstants<NumericType>::pi * jmax (cutOffFrequency, static_cast<NumericType>… in makeHighShelf()
H A Djuce_IIRFilter.h237 static Ptr makeLowShelf (double sampleRate, NumericType cutOffFrequency,
246 static Ptr makeHighShelf (double sampleRate, NumericType cutOffFrequency,