[pulseaudio-discuss] equalizer for also and pulse audio server

Tanu Kaskinen tanuk at iki.fi
Tue May 5 05:29:31 PDT 2009


2009/5/5 Markus Feldmann <feldmann_markus at gmx.de>:
> But here comes some questions:
> I am using pulseaudio 9.10 under debian.
> I go through the guide,
> http://www.pulseaudio.org/wiki/Modules#module-ladspa-sink
> but it doesnt works for me.
> 1.) If i create ~/.pulse/default.pa then pulseaudio
> doesn't start at all.

That happens, because default.pa needs to contain something - I
remember correctly, pulseaudio checks if there are any modules loaded,
and if not, it refuses to start. Anyway, default.pa should load at
least the communication protoco module and modules for output devices.
So, the correct procedure is to copy /etc/pulse/default.pa to
~/.pulse/ and then do the edits in the personal copy.

> 2.) If i put the lines,
> load-module module-ladspa-sink sink_name=ladspa_out master=alsa_out
> plugin=mbeq_1197 label=mbeq control=,,
> into /etc/pulse/default.pa then the pulseaudio server doesn't start too.
> I get this messages:
> markus at feld-bert:~$ pulseaudio -Dv
> I: main.c: We're in the group 'pulse-rt', allowing real-time and
> high-priority scheduling.
> I: core-util.c: Successfully gained nice level -11.
> E: main.c: daemon startup failed.

If you give just two commas as the control argument, the module
refuses to load, because it requires 15 parameters, whereas the two
commas translate to just three parameters (with default values). Most
of the error messages went to syslog, since you started pulseaudio
with the -D switch (D as in daemonize). Leave -D out and you get all
output to the console.

>> I might announce it already: a working, although incomplete, graphical
>> EQ implementation is now available for PulseAudio. It consists of two
>> patches: one for pulseaudio-0.9.15 and one for pavucontrol-0.9.8.
>> Patched pulseaudio needs to be installed before compiling the patched
>> pavucontrol.
>>
>
> I hope i get this in the future for debian lenny over the repositories. :-)

I hope so too :)

-- 
Tanu



More information about the pulseaudio-discuss mailing list