filters

package
v0.0.0-...-c5379f9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 3 Imported by: 2

Documentation

Overview

filters implement easy to use audio filters.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HighPass

func HighPass(buf *audio.PCMBuffer, cutOff float64) (err error)

HighPass is a basic LowPass filter cutting off the audio buffer frequencies below the cutOff frequency.

func LowPass

func LowPass(buf *audio.PCMBuffer, cutOffFreq float64) (err error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL