Re: [pulseaudio-discuss] Sending audio from source to multiple sinks dynamically

2009-06-17 Thread Maarten Bosmans
On Tue, Jun 16, 2009 at 2:08 AM, Timothy J Massey tmas...@obscorp.com wrote: From what I can tell, with PA you can pick only which (single) sink a source is connected to.  If you pick a new sink for the source, it is removed from whatever sink it was using before.  And AFAICT, if you want to

Re: [pulseaudio-discuss] Sending audio from source to multiple sinks dynamically

2009-06-17 Thread Timothy J Massey
pulseaudio-discuss-boun...@mail.0pointer.de wrote on 06/17/2009 05:35:59 AM: On Tue, Jun 16, 2009 at 2:08 AM, Timothy J Massey tmas...@obscorp.com wrote: From what I can tell, with PA you can pick only which (single) sink a source is connected to. If you pick a new sink for the source, it

Re: [pulseaudio-discuss] Sending audio from source to multiple sinks dynamically

2009-06-17 Thread Colin Guthrie
'Twas brillig, and Timothy J Massey at 17/06/09 17:54 did gyre and gimble: pulseaudio-discuss-boun...@mail.0pointer.de wrote on 06/17/2009 05:35:59 If someone would code such a module the zone-mixer setup would be very easy. Probably something like having a null sink for every MPD and the

Re: [pulseaudio-discuss] Sending audio from source to multiple sinks dynamically

2009-06-17 Thread Matthew Patterson
I will try and write something up in plain text and then we can decide where it is best to place it. Is it possible to get a git tree to dump the code in? My code is a very rough proof of concept in that it is poorly written and not extensible, BUT it works really well. I would love to have

Re: [pulseaudio-discuss] Sending audio from source to multiple sinks dynamically

2009-06-17 Thread Colin Guthrie
'Twas brillig, and Timothy J Massey at 17/06/09 19:00 did gyre and gimble: Is there a way to communicate with modules once they're loaded? Such as from the PA command line? Not really. A module would have to extend the protocol to do this kind of stuff. I'm surprised by that: that there

Re: [pulseaudio-discuss] Sending audio from source to multiple sinks dynamically

2009-06-17 Thread Timothy J Massey
pulseaudio-discuss-boun...@mail.0pointer.de wrote on 06/17/2009 02:46:54 PM: It probably wouldn't take too much to write such a module and avoids complicated timing problems of connecting sources to sinks. It's too bad that modules can't accept messages from e.g. the PA command