On Thu, Jul 29, 2010 at 1:52 PM, Conor Curran
<conor.curran@xxxxxxxxxxxxx> wrote:
Why is that our version of pulseaudio does not see to have ladspa-sink
module present ?
Was hoping to fiddle with some filtering through ladspa plugins.
If by "present" you mean "shipped in the pulseaudio binary package",
it actually does:
$ dlocate /usr/lib/pulse-0.9.21/modules/module-ladspa-sink.so
pulseaudio: /usr/lib/pulse-0.9.21/modules/module-ladspa-sink.so
$ apt-file search module-ladspa-sink
ia32-libs: /usr/lib32/pulse-0.9.21/modules/module-ladspa-sink.so
pulseaudio: /usr/lib/pulse-0.9.21/modules/module-ladspa-sink.so
pulseaudio-dbg:
/usr/lib/debug/usr/lib/pulse-0.9.21/modules/module-ladspa-sink.so
On the other hand, the module presently is not loaded in
/etc/pulse/default.pa, but you can use pactl load-module for that.
-Dan