Re: [pulseaudio-discuss] Play audio files of high sample rates without hassle

2016-12-12 Thread Erwan JACQ
Hi all, To answer your requests, I could add a new boolean option in the config file. If this option is False (default), nothing changes compared to now. If this option is True, available hardware rates are used for the stream opening the sink (behavior of this patch) I think this an

Re: [pulseaudio-discuss] Thinking about pulseaudio for debian stretch

2016-12-12 Thread Tanu Kaskinen
On Sun, 2016-12-11 at 22:06 +0100, Pali Rohár wrote: > On Thursday 03 November 2016 14:53:42 Felipe Sateler wrote: > > Excellent. Having the first RC within november/early december makes > > me think having version 10 (or at least a late RC + cherry-picked > > fixes) will be the best choice. > >

Re: [pulseaudio-discuss] [PATCH] module: postpone lt_dlclose() until a safe time

2016-12-12 Thread Arun Raghavan
On Wed, 21 Sep 2016, at 03:25 PM, Tanu Kaskinen wrote: > When unloading a module, lt_dlclose() may remove the module from memory. > If a module unloads itself, it's not safe to call lt_dlclose() > synchronously from pa_module_unload(), because the execution may return > to the module code that was

Re: [pulseaudio-discuss] [PATCH 2/2] pacat: Use a ringbuffer for playback mode

2016-12-12 Thread Tanu Kaskinen
On Mon, 2016-11-28 at 19:23 +0200, Ahmed S. Darwish wrote: > On Mon, Nov 28, 2016 at 09:04:01AM +0100, David Henningsson wrote: > > Wouldn't it be better if we had something like: > > By better, you mean simpler? > > > 1) Call pa_stream_begin_write to get a buffer. > > 2) If we have half a

Re: [pulseaudio-discuss] Endpoints switching rules

2016-12-12 Thread Nishit Sharma
Hi, I have checked the sink volume using commands provided and it was 450%. Set the volume to 100% and now speaker/headet playing smooth. Thanks for support. Regards Nishit Sharma On Sat, Dec 10, 2016 at 7:07 PM, Tanu Kaskinen wrote: > On Thu, 2016-12-08 at 15:43 +0530, Nishit