Re: [pulseaudio-discuss] Sample format spec with Linear 16bit 16kHz

2018-02-08 Thread Georg Chini
On 09.02.2018 07:17, Shinnosuke Suzuki wrote: Sorry, I didn't change the Subject. Hi, Thank you for prompt reply. > Can't you use a newer version? We are at 11.1 already and the > bluetooth code has changed significantly. I hope to do so, but I am developing on a embedded system (linux

Re: [pulseaudio-discuss] Sample format spec with Linear 16bit 16kHz

2018-02-08 Thread Shinnosuke Suzuki
Sorry, I didn't change the Subject. Hi, Thank you for prompt reply. > Can't you use a newer version? We are at 11.1 already and the > bluetooth code has changed significantly. I hope to do so, but I am developing on a embedded system (linux kernel 3.10.49 Openwrt). And I use BlueZ 5.30. If

Re: [pulseaudio-discuss] pulseaudio-discuss Digest, Vol 82, Issue 7

2018-02-08 Thread Shinnosuke Suzuki
Hi, Thank you for prompt reply. > Can't you use a newer version? We are at 11.1 already and the > bluetooth code has changed significantly. I hope to do so, but I am developing on a embedded system (linux kernel 3.10.49 Openwrt). And I use BlueZ 5.30. If pulseaudio 11.1 doesn't depend on kernel

Re: [pulseaudio-discuss] [PATCH] filter-apply: Ignore monitor source of filter in find_paired_master()

2018-02-08 Thread Georg Chini
On 08.02.2018 17:09, Tanu Kaskinen wrote: On Wed, 2018-02-07 at 15:28 +0100, Georg Chini wrote: On 07.02.2018 13:21, Tanu Kaskinen wrote: On Tue, 2018-02-06 at 20:26 +0100, Georg Chini wrote: When module-filter-apply tries to find a matching source-output for a given sink-input and a stream

[pulseaudio-discuss] [PATCH v2] pipe-source: suspend source when no writers connected to fifo

2018-02-08 Thread Raman Shyshniou
Make pipe-source suspended if all writers closed fifo. Source will be automatically unsuspended if any data will be written to pipe and suspended again when last writer closed fifo. --- src/modules/module-pipe-source.c | 114 +-- 1 file changed,

[pulseaudio-discuss] [PATCH] pipe-source: suspend source when no writers connected to fifo

2018-02-08 Thread Raman Shyshniou
Make pipe-source suspended if all writers closed fifo. Source will be automatically unsuspended if any data will be written to pipe and suspended again when last writer closed fifo. --- src/modules/module-pipe-source.c | 111 +-- 1 file changed, 106

Re: [pulseaudio-discuss] [PATCH] filter-apply: Ignore monitor source of filter in find_paired_master()

2018-02-08 Thread Tanu Kaskinen
On Wed, 2018-02-07 at 15:28 +0100, Georg Chini wrote: > On 07.02.2018 13:21, Tanu Kaskinen wrote: > > On Tue, 2018-02-06 at 20:26 +0100, Georg Chini wrote: > > > When module-filter-apply tries to find a matching source-output for > > > a given sink-input and a stream with the same role > > > >

Re: [pulseaudio-discuss] Sample format spec with Linear 16bit 16kHz

2018-02-08 Thread Georg Chini
On 08.02.2018 12:06, Shinnosuke Suzuki wrote: Hi I am developing a phone app using pulseaudio 6.0 with asynchronous API using Bluetooth Headset. Can't you use a newer version? We are at 11.1 already and the bluetooth code has changed significantly. I create a record stream with

[pulseaudio-discuss] Sample format spec with Linear 16bit 16kHz

2018-02-08 Thread Shinnosuke Suzuki
Hi I am developing a phone app using pulseaudio 6.0 with asynchronous API using Bluetooth Headset. I create a record stream with pa_stream_new() with this parameter. static pa_sample_spec samplespec = { .format = PA_SAMPLE_S16LE, /* Linear 16bit */ .rate = 16000, /* 16000Hz */