Re: [pulseaudio-discuss] Bluetooth Headset Problem with BlueZ-5.38 and Pulseaudio 8.0

2016-08-23 Thread Hieu Le
Hello, Sorry to bring this up again. However, I cannot use pulseaudio 8.0 + bluez5.38 to record audio from my Bluetooth's microphone. - I followed the patch from link below to apply it on top of my embedded's board which is running 3.14 Linux kernel: https://lists.freedesktop.org/archives/pulseaud

Re: [pulseaudio-discuss] [PATCH v2 3/3] bluetooth: add correct HFP rfcomm negotiation

2016-08-23 Thread James Bottomley
On Mon, 2016-08-22 at 15:12 +0300, Tanu Kaskinen wrote: > On Sun, 2016-08-21 at 16:16 -0400, James Bottomley wrote: > > On Sun, 2016-08-21 at 23:01 +0300, Tanu Kaskinen wrote: > > > > > > On Sat, 2016-08-20 at 15:05 -0700, James Bottomley wrote: > > > > > > > > +static int hfp_rfcomm_handle(int f

Re: [pulseaudio-discuss] Bluetooth Headset Problem with BlueZ-5.38 and Pulseaudio 8.0

2016-08-23 Thread Hieu Le
Dear all, One strange thing I noticed when debugging this issue is even "pactl list sinks|sources short" show Bluetooth's headset sinks|sources properly. However, "arecord -L" shows only my internal microphone (missing Bluetooth's headset). Am I missing something? Or the setup between Pulseaudio

Re: [pulseaudio-discuss] Bluetooth Headset Problem with BlueZ-5.38 and Pulseaudio 8.0

2016-08-23 Thread Tanu Kaskinen
On Tue, 2016-08-23 at 19:58 +0700, Hieu Le wrote: > Dear all, > > One strange thing I noticed when debugging this issue is even "pactl list > sinks|sources short" show Bluetooth's headset sinks|sources properly. > However, "arecord -L" shows only my internal microphone (missing > Bluetooth's heads

Re: [pulseaudio-discuss] [PATCH v6 19/25] loopback: Implement adaptive re-sampling

2016-08-23 Thread Tanu Kaskinen
On Sun, 2016-06-05 at 21:05 +0200, Georg Chini wrote: > To account for the difference between source and sink time domains, adaptive > re-sampling is implemented. This massively improves latency stability. Details > of the controller implementation can be found in "rate_estimator.odt". I don't kno

Re: [pulseaudio-discuss] [PATCH v6 19/25] loopback: Implement adaptive re-sampling

2016-08-23 Thread Georg Chini
On 23.08.2016 17:47, Tanu Kaskinen wrote: On Sun, 2016-06-05 at 21:05 +0200, Georg Chini wrote: To account for the difference between source and sink time domains, adaptive re-sampling is implemented. This massively improves latency stability. Details of the controller implementation can be foun