/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'
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/
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'
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.
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!!
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
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
Ratings & Comments
20 Comments
6 I'd think its a futile dispute over its overarching benevolence.
Is there an api for it?
Pulseeffects makes my so-so sound system sound great! If you play music, try it for home recording.
10 10 the best
The best equalizer for Linux, enough said! Keep up the good work @wwmm
9 works fine on Manjaro 17.12 installed from AUR
There is no need to build. You can just run it https://github.com/wwmm/pulseeffects/wiki/Run-Directly-from-Repository
/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'
how to build it?
The error ModuleNotFoundError: No module named 'scipy' is happening because you do not have the package scipy for python3 installed
9 ++
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/
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'
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.
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!!
Hi, this is strange. There shouldn't be a white noise
error: Could not find suitable distribution for Requirement.parse('swh-plugins')
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
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
I use kubuntu 17.04 and the swh-plugins are installed, but it still cant find them