[pulseaudio-discuss] Detecting when data source disappears?

2017-05-16 Thread Steven Wawryk
Hello, I've been reading up and experimenting on both the simple and async APIs. In one experiment, I used a CLI file that sets up a set of module-sine modules with output remapped by module-remap-sink modules to a stream fed to a module-null-sink module. I then wrote 2 programs, one using

Re: [pulseaudio-discuss] Dummy Windows driver to send audio data to pulseaudio server

2017-05-16 Thread Pierre-Louis Bossart
On 05/14/2017 07:34 AM, fulgor fulgor wrote: Hi I have a notebook medion but cherry trail Intel devices so kernel panic on GNU/Linux. I wanted to know if there is a dummy driver on Windows to send audio data by the network to a pulseaudio server ? Baytrail and Cherrytrail are well

[pulseaudio-discuss] [PATCH] virtual sources and sinks: Don't double attach a sink input or source output on filter load

2017-05-16 Thread Georg Chini
When a filter is loaded and module-switch-on-connect is present, switch-on-connect will make the filter the default sink or source and move streams from the old default to the filter. This is done from the sink/source put hook, therefore streams are moved to the filter before the module init

Re: [pulseaudio-discuss] [PATCH] switch-on-port-available: check and change default sink or source

2017-05-16 Thread Hui Wang
On 05/03/2017 06:51 PM, Tanu Kaskinen wrote: On Wed, 2017-05-03 at 11:23 +0800, Hui Wang wrote: Today I tested the latest master branch (already including your two patches), seems it did not fix the problem. Below is my testing detail: Install ubuntu 16.04 on my laptop. clone the latest