Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-18 Thread Georg Chini
On 17.02.2018 22:05, Raman Shuishniou wrote: 17.02.2018 15:31, Georg Chini пишет: On 17.02.2018 11:08, Raman Shuishniou wrote: 16.02.2018 23:50, Georg Chini пишет: On 16.02.2018 17:37, Raman Shishniou wrote: On 02/16/2018 12:00 PM, Georg Chini wrote: On 14.02.2018 23:16, Raman Shyshniou

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-17 Thread Raman Shuishniou
17.02.2018 15:31, Georg Chini пишет: On 17.02.2018 11:08, Raman Shuishniou wrote: 16.02.2018 23:50, Georg Chini пишет: On 16.02.2018 17:37, Raman Shishniou wrote: On 02/16/2018 12:00 PM, Georg Chini wrote: On 14.02.2018 23:16, Raman Shyshniou wrote: Currently the pipe-source does not

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-17 Thread Georg Chini
On 17.02.2018 11:08, Raman Shuishniou wrote: 16.02.2018 23:50, Georg Chini пишет: On 16.02.2018 17:37, Raman Shishniou wrote: On 02/16/2018 12:00 PM, Georg Chini wrote: On 14.02.2018 23:16, Raman Shyshniou wrote: Currently the pipe-source does not produce any data if no writer is connected.

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-17 Thread Raman Shuishniou
16.02.2018 23:50, Georg Chini пишет: On 16.02.2018 17:37, Raman Shishniou wrote: On 02/16/2018 12:00 PM, Georg Chini wrote: On 14.02.2018 23:16, Raman Shyshniou wrote: Currently the pipe-source does not produce any data if no writer is connected. This patch enable silence generator when last

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-16 Thread Georg Chini
On 16.02.2018 17:37, Raman Shishniou wrote: On 02/16/2018 12:00 PM, Georg Chini wrote: On 14.02.2018 23:16, Raman Shyshniou wrote: Currently the pipe-source does not produce any data if no writer is connected. This patch enable silence generator when last writer closed pipe. It will stop

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-16 Thread Raman Shishniou
On 02/16/2018 12:00 PM, Georg Chini wrote: > On 14.02.2018 23:16, Raman Shyshniou wrote: >> Currently the pipe-source does not produce any data if no >> writer is connected. This patch enable silence generator >> when last writer closed pipe. It will stop automatically >> when any data appears.

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-16 Thread Georg Chini
On 16.02.2018 13:20, Georg Chini wrote: On 16.02.2018 12:35, Raman Shishniou wrote: On 02/16/2018 12:00 PM, Georg Chini wrote: On 14.02.2018 23:16, Raman Shyshniou wrote: Currently the pipe-source does not produce any data if no writer is connected. This patch enable silence generator when

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-16 Thread Georg Chini
On 16.02.2018 12:35, Raman Shishniou wrote: On 02/16/2018 12:00 PM, Georg Chini wrote: On 14.02.2018 23:16, Raman Shyshniou wrote: Currently the pipe-source does not produce any data if no writer is connected. This patch enable silence generator when last writer closed pipe. It will stop

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-16 Thread Raman Shishniou
On 02/16/2018 12:00 PM, Georg Chini wrote: > On 14.02.2018 23:16, Raman Shyshniou wrote: >> Currently the pipe-source does not produce any data if no >> writer is connected. This patch enable silence generator >> when last writer closed pipe. It will stop automatically >> when any data appears. >>

Re: [pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-16 Thread Georg Chini
On 14.02.2018 23:16, Raman Shyshniou wrote: Currently the pipe-source does not produce any data if no writer is connected. This patch enable silence generator when last writer closed pipe. It will stop automatically when any data appears. --- After my fixes to module-null-source, I think your

[pulseaudio-discuss] [PATCH v6 1/2] pipe-source: generate silence when no writers connected

2018-02-14 Thread Raman Shyshniou
Currently the pipe-source does not produce any data if no writer is connected. This patch enable silence generator when last writer closed pipe. It will stop automatically when any data appears. --- src/modules/module-pipe-source.c | 113 ++- 1 file changed, 87