Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio filter plugins #334

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

essboyer
Copy link
Contributor

Description

This PR adds a suite of audio filter plugins to the available audio pipeline plugins. The following new plugins are added:

  • Highpass Filter
  • Lowpass Filter
  • Bandpass Filter

Highpass Filter

This is a classic highpass filter which implements the audiowsinclimit Gstreamer plugin.
The following controls are exposed to the user:

  • Cutoff frequency (Hz)
  • Window Mode

Lowpass Filter

This is a classic lowpass filter which implements the audiowsinclimit Gstreamer plugin.
The following controls are exposed to the user:

  • Cutoff frequency (Hz)
  • Window Mode

Bandpass Filter

This is a variable bandpass/band-reject filter which implements the audiowsincband Gstreamer plugin.
The following controls are exposed to the user:

  • Lower cutoff frequency
  • Upper cutoff frequency
  • Filter mode (Bandpass/Band-reject)
  • Window Mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant