Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run in Debian SID #15

Closed
Ygarr opened this issue May 28, 2017 · 6 comments
Closed

Cannot run in Debian SID #15

Ygarr opened this issue May 28, 2017 · 6 comments

Comments

@Ygarr
Copy link

Ygarr commented May 28, 2017

GSETTINGS_SCHEMA_DIR=share/glib-2.0/schemas/ ./pulseeffects

(pulseeffects:18197): dconf-WARNING **: unable to open file '/etc/dconf/db/local': /etc/dconf/db/local: invalid gvdb header; expect degraded performance
09:26:49.840 - PulseEffects - INFO - pulseaudio context started
09:26:49.840 - PulseEffects - INFO - pulseaudio version: 10.0
09:26:49.840 - PulseEffects - INFO - default pulseaudio source: alsa_input.pci-0000_00_1b.0.analog-stereo
09:26:49.840 - PulseEffects - INFO - default pulseaudio sink: alsa_output.pci-0000_00_1b.0.analog-stereo
09:26:49.842 - PulseEffects - INFO - default pulseaudio sink sampling rate: 48000 Hz. We will use the same rate.
09:26:49.842 - PulseEffects - INFO - loading Pulseeffects sink...
09:26:49.859 - PulseEffects - INFO - sink idx: 28
09:26:49.859 - PulseEffects - INFO - Pulseeffects sink was successfully loaded
09:26:49.859 - PulseEffects - INFO - Pulseeffects sink monitor name: PulseEffects.monitor. We will process audio from this source.
Traceback (most recent call last):
File "./pulseeffects", line 6, in
a = Application()
File "/media/user/sabayon/home/user/SOFT/pulseeffects/PulseEffects/application.py", line 51, in init
self.gst = GstEffects(self.pm.default_sink_rate)
File "/media/user/sabayon/home/user/SOFT/pulseeffects/PulseEffects/gst.py", line 54, in init
self.pipeline = self.build_pipeline()
File "/media/user/sabayon/home/user/SOFT/pulseeffects/PulseEffects/gst.py", line 147, in build_pipeline
pipeline.add(self.limiter)
TypeError: Argument 1 does not allow None as a value

N.B.: In Antergos (Arch) works fine

@wwmm
Copy link
Owner

wwmm commented May 28, 2017

Hi

The lines:

pipeline.add(self.limiter)
TypeError: Argument 1 does not allow None as a value

are telling that gstreamer could not find find the swh-plugins. Check if they are installed. Also check if you have gstreamer-plugins-bad 1.0 or above installed.

@wwmm
Copy link
Owner

wwmm commented May 28, 2017

When everything is ok output of the command gst-inspect-1.0 | grep -i ladspa will have a line with ladspa-fast-lookahead-limiter-1913-so-fastlookaheadlimiter

@Ygarr
Copy link
Author

Ygarr commented May 28, 2017

Thankful to you it helped!

@wwmm
Copy link
Owner

wwmm commented May 28, 2017

Is it working?

@Ygarr
Copy link
Author

Ygarr commented May 29, 2017

Yes it is)
2017-05-29-173616_1255x868_scrot

@wwmm
Copy link
Owner

wwmm commented May 29, 2017

Nice! :-)

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

No branches or pull requests

2 participants