[pulseaudio-discuss] Strange parsing module args?

2011-05-21 Thread mar...@saepia.net
Hi, why following command does not work load-module module-null-sink sink_description="tuned\ patchbay:\ TCP\ source\ xxx",sink_name=tuned.patchbay.source.xxx while this one works: load-module module-null-sink sink_name=tuned.patchbay.source.xxx,sink_description="tuned\ patchbay:\ TCP\ source\

[pulseaudio-discuss] Glitches on null sink?

2011-05-20 Thread mar...@saepia.net
Hi, I continue to develop my radio audio routing software so I continue to encounter strange bugs. General idea that lies behind my project is to split some processing parts into separate processes. There are many reasons why this architecture has to be like this, it something fundamental and won

Re: [pulseaudio-discuss] [PATCH] loopback: Add a modarg for disabling remixing.

2011-05-14 Thread mar...@saepia.net
Wow, thank you! m. 2011/5/14 Tanu Kaskinen : > --- >  src/modules/module-loopback.c |   18 +- >  1 files changed, 13 insertions(+), 5 deletions(-) > > diff --git a/src/modules/module-loopback.c b/src/modules/module-loopback.c > index 9a8640b..024337f 100644 > --- a/src/modules/mod

Re: [pulseaudio-discuss] Is there any way to remap source channels?

2011-05-13 Thread mar...@saepia.net
Ok, I understand. Fortunately, I need to route aux channels - SPDIF input in my soundcard has ID 17 and 18... During study of GStreamer's pulsesrc element I found that one has got implemented some logic for channel mapping, but there are no examples how to use it. Maybe it would be enough to choo

Re: [pulseaudio-discuss] Is there any way to remap source channels?

2011-05-13 Thread mar...@saepia.net
Why should I prevent remixing? Can't I just use module-loopback with channel_map set? m. ___ pulseaudio-discuss mailing list pulseaudio-discuss@mail.0pointer.de https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

[pulseaudio-discuss] Is there any way to remap source channels?

2011-05-13 Thread mar...@saepia.net
Hi, is there any way to remap source channels? I need the same functionality as provided by module-remap-sink, but for sources - I use multichannel soundcard (RME Hammerfall) and I want to create virtual sources that map to stereo pairs of my inputs. Then I want to use their names in my applicati

Re: [pulseaudio-discuss] PulseAudio automatically shutting down?

2011-05-10 Thread mar...@saepia.net
whoops, it so obvious that I missed that :P thank you! m. 2011/5/10 Colin Guthrie : > 'Twas brillig, and mar...@saepia.net at 10/05/11 12:35 did gyre and gimble: >> Hi, >> >> I am running pulseaudio 0.9.21-63-gd3efa-dirty from ubuntu 10.10 packages. >> >>

[pulseaudio-discuss] PulseAudio automatically shutting down?

2011-05-10 Thread mar...@saepia.net
Hi, I am running pulseaudio 0.9.21-63-gd3efa-dirty from ubuntu 10.10 packages. I need to use pulseaudio in the server environment to perform audio routing tasks. I run it with minimal configuration: load-module module-null-sink sink_name=tuned_fake load-module module-rescue-streams load-module

[pulseaudio-discuss] Ruby bindings

2010-12-05 Thread mar...@saepia.net
Hello, just please note that I've started to create Ruby bindings for PulseAudio: https://github.com/saepia/pulseaudio-ffi-ruby Thank you for this great piece of software, -- Marcin Lewandowski ___ pulseaudio-discuss mailing list pulseaudio-discuss@m