PulseEffects

Audio Apps

Source i (link to git-repo or to original if based on someone elses unmodified work):

https://github.com/wwmm/pulseeffects

2
Become a Fan
7.0

Available as/for:
Description:
Limiter, compressor, reverberation, stereo equalizer and auto volume effects for Pulseaudio applications

Installation and execution instructions:

https://github.com/wwmm/pulseeffects/wiki

Ratings & Comments

20 Comments

veritus4

6 I'd think its a futile dispute over its overarching benevolence.

tonyxforce

Is there an api for it?

douglasj53

Pulseeffects makes my so-so sound system sound great! If you play music, try it for home recording.

douglasj53

10 10 the best

RealAct

The best equalizer for Linux, enough said! Keep up the good work @wwmm

losty

9 works fine on Manjaro 17.12 installed from AUR

wwmm

There is no need to build. You can just run it https://github.com/wwmm/pulseeffects/wiki/Run-Directly-from-Repository

dodona

/pulseeffects.in Traceback (most recent call last): File "./pulseeffects.in", line 6, in from PulseEffects.application import Application File "/home/dodo/workspace/python/pulseeffects/trunk/PulseEffects/application.py", line 12, in from PulseEffects.sink_input_effects import SinkInputEffects File "/home/dodo/workspace/python/pulseeffects/trunk/PulseEffects/sink_input_effects.py", line 10, in from PulseEffects.effects_base import EffectsBase File "/home/dodo/workspace/python/pulseeffects/trunk/PulseEffects/effects_base.py", line 12, in from PulseEffects.equalizer import Equalizer File "/home/dodo/workspace/python/pulseeffects/trunk/PulseEffects/equalizer.py", line 10, in from PulseEffectsCalibration.application import Application as Calibration File "/home/dodo/workspace/python/pulseeffects/trunk/PulseEffectsCalibration/application.py", line 10, in from PulseEffectsCalibration.microphone_pipeline import MicrophonePipeline File "/home/dodo/workspace/python/pulseeffects/trunk/PulseEffectsCalibration/microphone_pipeline.py", line 7, in from scipy.interpolate import CubicSpline ModuleNotFoundError: No module named 'scipy'

dodona

how to build it?

wwmm

The error ModuleNotFoundError: No module named 'scipy' is happening because you do not have the package scipy for python3 installed

dodona

9 ++

dhrywand

Lean Xplode If in order to dying for just one of those chocolate chip cookies, but decide in order to take one, you will finish up visiting your fridge and the ice cream tub an hour or so after you need home on the party to satisfy your hankering for. Have the cookie, but only one, and then move on a. It is a party after all, vital that you allow yourself to have wonderful! https://maximizedmuscleideas.com/lean-xplode/

sombragris

pulseeffects fails to run. This is the console output: 19:26:39.561 - PulseEffects - INFO - pulseaudio context started 19:26:39.562 - PulseEffects - INFO - connected to server: unix:/tmp/xdg-runtime-eduardo/pulse/native 19:26:39.562 - PulseEffects - INFO - server protocol version: 32 19:26:39.562 - PulseEffects - INFO - pulseaudio version: 10.0-rebootstrapped 19:26:39.562 - PulseEffects - INFO - default pulseaudio source: alsa_input.pci-0000_00_1b.0.analog-stereo 19:26:39.562 - PulseEffects - INFO - default pulseaudio sink: alsa_output.pci-0000_00_1b.0.analog-stereo 19:26:39.562 - PulseEffects - INFO - default pulseaudio sink audio format: s16le 19:26:39.562 - PulseEffects - INFO - default pulseaudio sink sampling rate: 44100 Hz. We will use the same rate. 19:26:39.563 - PulseEffects - INFO - default pulseaudio source audio format: s16le 19:26:39.563 - PulseEffects - INFO - default pulseaudio source sampling rate: 44100 Hz. We will use the same rate. 19:26:39.563 - PulseEffects - INFO - loading Pulseeffects applications sink... 19:26:39.563 - PulseEffects - INFO - Pulseeffects apps sink was successfully loaded 19:26:39.563 - PulseEffects - INFO - Pulseeffects apps sink index:1 19:26:39.563 - PulseEffects - INFO - Pulseeffects apps sink monitor name: PulseEffects_apps.monitor 19:26:39.563 - PulseEffects - INFO - loading Pulseeffects microphone output sink... 19:26:39.564 - PulseEffects - INFO - Pulseeffects mic sink was successfully loaded 19:26:39.564 - PulseEffects - INFO - Pulseeffects mic sink index:2 19:26:39.564 - PulseEffects - INFO - Pulseeffects mic sink monitor name: PulseEffects_mic.monitor Traceback (most recent call last): File "/usr/bin/pulseeffects", line 4, in __import__('pkg_resources').run_script('PulseEffects==2.0.2', 'pulseeffects') File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 743, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1498, in run_script exec(code, namespace, namespace) File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/EGG-INFO/scripts/pulseeffects", line 6, in a = Application() File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/PulseEffects/application.py", line 62, in __init__ self.sie = SinkInputEffects(self.pm.default_sink_rate) File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/PulseEffects/sink_input_effects.py", line 65, in __init__ self.pipeline = self.build_pipeline() File "/usr/lib64/python3.6/site-packages/PulseEffects-2.0.2-py3.6.egg/PulseEffects/sink_input_effects.py", line 176, in build_pipeline self.output_limiter.set_property('input-gain', 0) AttributeError: 'NoneType' object has no attribute 'set_property'

wwmm

Hi, the lines: self.output_limiter.set_property('input-gain', 0) AttributeError: 'NoneType' object has no attribute 'set_property' are telling gstreamer is not finding the swh-plugins.

sombragris

thank you! I was able to run the program. However, there is a problem. Whenever a sound is played, the program adds some white noise. Do you know if this is an expected behavior? Thanks!!

wwmm

Hi, this is strange. There shouldn't be a white noise

cenobite1

error: Could not find suitable distribution for Requirement.parse('swh-plugins')

wwmm

Hi, Probably the swh-plugins from ladspa are not installed or its package has a different name on your distribution. Anyway the setuptools script currently in PulseEffects source does not install all the files. It takes care only of the python modules. I will try to improve it

wwmm

I did some reasearch and it seams that setuptools is not meant to install files that are not directly used by the program's python module. This should be done by the distribution packager when creating the installation package. which distro are you using? The ideal solution would be to have a package for it

cenobite1

I use kubuntu 17.04 and the swh-plugins are installed, but it still cant find them

Pling
0 Affiliates
Details
license
version 4.5.6
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 12

Other Audio Apps:

1337-x369513929661000482
x369513929661000482
last update date: 15 years ago

Score 5.0

Hayes
Neil
last update date: 21 years ago

Score 5.0

SongBird
jce
last update date: 19 years ago

Score 5.0

KConvPlaylist
L0rclA5CII
last update date: 21 years ago

Score 5.0

QtRadio
ppustelnik
last update date: 20 years ago

Score 5.7

xmmsCue
staudi009
last update date: 19 years ago

Score 5.0