Documentation ¶
Overview ¶
filters implement easy to use audio filters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HighPass ¶
HighPass is a basic LowPass filter cutting off the audio buffer frequencies below the cutOff frequency.
func LowPass ¶
LowPass is a basic LowPass filter cutting off CutOffFreq is where the filter would be at -3db. TODO: param to say how efficient we want the low pass to be. matlab: lpFilt = designfilt('lowpassfir','PassbandFrequency',0.25, ...
'StopbandFrequency',0.35,'PassbandRipple',0.5, ... 'StopbandAttenuation',65,'DesignMethod','kaiserwin');
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.