Class BiquadFilterProcessor.InternalProcessor
java.lang.Object
net.raphimc.audiomixer.processor.Processor
net.raphimc.audiomixer.processor.FormatDependentProcessor.InternalProcessor
net.raphimc.audiomixer.processor.filter.BiquadFilterProcessor.InternalProcessor
- Direct Known Subclasses:
AllPassFilterProcessor.InternalProcessor,BandPassFilterProcessor.InternalProcessor,HighPassFilterProcessor.InternalProcessor,HighShelfFilterProcessor.InternalProcessor,LowPassFilterProcessor.InternalProcessor,LowShelfFilterProcessor.InternalProcessor,NotchFilterProcessor.InternalProcessor,PeakingFilterProcessor.InternalProcessor
- Enclosing class:
- BiquadFilterProcessor<IP extends BiquadFilterProcessor.InternalProcessor>
protected abstract static class BiquadFilterProcessor.InternalProcessor
extends FormatDependentProcessor.InternalProcessor
-
Field Summary
Fields inherited from class net.raphimc.audiomixer.processor.FormatDependentProcessor.InternalProcessor
format -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprocessInternal(AudioBuffer buffer) protected voidsetCoefficients(float b0, float b1, float b2, float a1, float a2) protected voidsetCoefficients(float b0, float b1, float b2, float a0, float a1, float a2) Methods inherited from class net.raphimc.audiomixer.processor.FormatDependentProcessor.InternalProcessor
supportsMethods inherited from class net.raphimc.audiomixer.processor.Processor
automations, isEnabled, process, setEnabled
-
Constructor Details
-
InternalProcessor
-
-
Method Details
-
processInternal
- Specified by:
processInternalin classProcessor
-
setCoefficients
protected void setCoefficients(float b0, float b1, float b2, float a0, float a1, float a2) -
setCoefficients
protected void setCoefficients(float b0, float b1, float b2, float a1, float a2)
-