Skip to content

sedrubal/pulseeffects

 
 

Repository files navigation

PulseEffects

Audio effects for Pulseaudio applications

Order of effects applied to applications output:

  1. Input Limiter (Ladspa Fast Lookahead Limiter)
  2. Auto Volume
  3. Compressor (Ladspa SC4)
  4. Butterworth Highpass filter (Gstreamer audiocheblimit)
  5. Butterworth Lowpass filter (Gstreamer audiocheblimit)
  6. 30 Bands Parametric Equalizer (Gstreamer)
  7. Exciter (LV2 Exciter from Calf Studio)
  8. Bass Enhancer (LV2 Bass Enhancer from Calf Studio)
  9. Stereo Enhancer (LV2 Stereo Enhancer from Calf Studio)
  10. Stereo Panorama (Gstreamer)
  11. Stereo Spread (LV2 MultiSpread from Calf Studio)
  12. Freeverb (Gstreamer)
  13. Crossfeed (Bs2b library)
  14. Delay Compensator(LV2 Delay Compensator from Linux Studio Plugins)
  15. Maximizer (Ladspa Maximizer from ZamAudio)
  16. Output Limiter (Ladspa Fast Lookahead Limiter)
  17. Spectrum Analyzer (Gstreamer)

Order of effects applied to microphone output:

  1. Input Limiter (Ladspa Fast Lookahead Limiter)
  2. Compressor (Ladspa SC4)
  3. Butterworth Highpass filter (Gstreamer audiocheblimit)
  4. Butterworth Lowpass filter (Gstreamer audiocheblimit)
  5. 30 Bands Parametric Equalizer (Gstreamer)
  6. Freeverb (Gstreamer)
  7. Pitch Shifting (Ladspa Pitch Shifting from Rubber Band)
  8. Spectrum Analyzer (Gstreamer)

Installation

GNU/Linux Packages

Community Packages

These are community maintained repositories of distribution packages. You can find more information about these in the wiki.

Flatpak

Flatpak packages support multiple distributions and are sandboxed.

Stable releases are hosted on Flathub:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub com.github.wwmm.pulseeffects

Source Code

Required libraries:

Installing from Source

See the wiki: Installing from Source, for detailed instructions.

Command Line Options

See the wiki: Command Line Options

Community presets

See the wiki: Community presets

Reporting bugs

See the wiki: Reporting Bugs

Translating PulseEffects

See the wiki: Translating PulseEffects, for detailed instructions.

About

Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%