Skip to content

Audio filter plugins#334

Draft
essboyer wants to merge 15 commits intoFrancescoCeruti:masterfrom
essboyer:audio_filter_plugins
Draft

Audio filter plugins#334
essboyer wants to merge 15 commits intoFrancescoCeruti:masterfrom
essboyer:audio_filter_plugins

Conversation

@essboyer
Copy link
Copy Markdown
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