/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/
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!!
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
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
RealAct
9 months ago
Keep up the good work @wwmm
Report
losty
3 years ago
Report
wwmm
3 years ago
Report
dodona
3 years ago
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'
Report
dodona
3 years ago
Report
wwmm
3 years ago
Report
dodona
3 years ago
Report
dhrywand
3 years ago
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/
Report
sombragris
3 years ago
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'
Report
wwmm
3 years ago
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.
Report
sombragris
3 years ago
Report
wwmm
3 years ago
Report
cenobite1
3 years ago
Report
wwmm
3 years ago
Report
cenobite1
3 years ago
Report
wwmm
3 years ago
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
Report