Re: [pulseaudio-discuss] [PATCH v5] alsa-sink/source, sink, source: Consider sample format for avoid-resampling/passthrough

2018-11-15 Thread Tanu Kaskinen
On Fri, 2018-11-16 at 01:12 +0900, Sangchul Lee wrote: > Sample format(e.g. 16 bit, 24 bit) was not considered even if the > avoid-resampling option is set or the passthrough mode is used. > This patch checks both sample format and rate of a stream to > determine whether to avoid resampling in case

Re: [pulseaudio-discuss] Weak bass in stereo mode – possibility of virtual 2.1 sound profiles

2018-11-15 Thread Tanu Kaskinen
On Thu, 2018-11-15 at 23:50 +0500, Alexander E. Patrakov wrote: > Alexander E. Patrakov : > > Tanu Kaskinen : > > > On Sat, 2018-10-13 at 22:29 +0500, Alexander E. Patrakov wrote: > > > > Note that I am unhappy with it, because it fixes only a particular > > > > common problem case, while other rel

Re: [pulseaudio-discuss] Weak bass in stereo mode – possibility of virtual 2.1 sound profiles

2018-11-15 Thread Alexander E. Patrakov
Alexander E. Patrakov : > > Tanu Kaskinen : > > > > On Sat, 2018-10-13 at 22:29 +0500, Alexander E. Patrakov wrote: > > > On 10/7/18 6:27 PM, Alexander E. Patrakov wrote: > > > > вс, 7 окт. 2018 г. в 16:42, Karl Ove Hufthammer > > > >: > > > > > > > > Alexander E. Patra

[pulseaudio-discuss] [PATCH v5] alsa-sink/source, sink, source: Consider sample format for avoid-resampling/passthrough

2018-11-15 Thread Sangchul Lee
Sample format(e.g. 16 bit, 24 bit) was not considered even if the avoid-resampling option is set or the passthrough mode is used. This patch checks both sample format and rate of a stream to determine whether to avoid resampling in case of the option is set. In other word, it is possble to use the

Re: [pulseaudio-discuss] [PATCH v4] alsa-sink/source, sink, source: Consider sample format for avoid-resampling/passthrough

2018-11-15 Thread Sangchul Lee
2018년 11월 14일 (수) 오후 6:38, Tanu Kaskinen 님이 작성: > > > -if (!supported) { > > -pa_log_info("Sink does not support sample rate of %d Hz", > > spec->rate); > > -return -1; > > +if (!format_supported) { > > +pa_log_info("Sink does not support sample format of %s, set it

Re: [pulseaudio-discuss] Weak bass in stereo mode – possibility of virtual 2.1 sound profiles

2018-11-15 Thread Alexander E. Patrakov
Tanu Kaskinen : > > On Sat, 2018-10-13 at 22:29 +0500, Alexander E. Patrakov wrote: > > On 10/7/18 6:27 PM, Alexander E. Patrakov wrote: > > > вс, 7 окт. 2018 г. в 16:42, Karl Ove Hufthammer > > >: > > > > > > Alexander E. Patrakov skreiv 07.10.2018 09:44: > > > >

Re: [pulseaudio-discuss] Weak bass in stereo mode – possibility of virtual 2.1 sound profiles

2018-11-15 Thread Tanu Kaskinen
On Sat, 2018-10-13 at 22:29 +0500, Alexander E. Patrakov wrote: > On 10/7/18 6:27 PM, Alexander E. Patrakov wrote: > > вс, 7 окт. 2018 г. в 16:42, Karl Ove Hufthammer > >: > > > > Alexander E. Patrakov skreiv 07.10.2018 09:44: > > > > > > I don’t understa