Re: [pulseaudio-discuss] redirect sound to different out jack

2014-11-23 Thread Raymond Yau
> >http://pastebin.com/NnDvQ2kU > :~$ aplay --dump-hw-params -D surround40:CARD=Live /usr/share/sounds/alsa/Front_Left.wav appropriate number of channels is not available WAVE '/usr/share/sounds/alsa/Front_Left.wav' : Signed 16 bit Little Endian, frequency 48000 Hz, Mono HW Params of device "sur

[pulseaudio-discuss] [PATCH RFC] module-loopback: Make module loopback honor requested latency

2014-11-23 Thread Georg Chini
This patch makes module loopback adjust to the requested latency if possible by tweaking the rate adjustment. In the case that the latency is too small, at least 25ms of audio will be kept in the buffer. As the rate adjustment can only be done in small steps, adjustment takes a while for long la

Re: [pulseaudio-discuss] redirect sound to different out jack

2014-11-23 Thread sabayon11
http://pastebin.com/NnDvQ2kU >Do pactl can select the capture source? I don't know what specific command shold I use. > Which devices do you want to use? Those Multichannel's I had when I disabled pulse. Hmmm. Now I use surround 4.0 http://i.imgur.com/UZsnWqs.png but whatever is needed to accom

Re: [pulseaudio-discuss] Valgrind complains about bluetooth on pulseaudio exit

2014-11-23 Thread Tanu Kaskinen
On Sun, 2014-11-23 at 21:15 +0500, Alexander E. Patrakov wrote: > Hi. > > Today I tried to valgrind pulseaudio, for reasons unrelated to > bluetooth. Result: found nothing about my bug, but got this on exit: > > ==16639== Invalid read of size 8 > ==16639==at 0x5D5F3F0: pa_hashmap_iterate (ha

[pulseaudio-discuss] Valgrind complains about bluetooth on pulseaudio exit

2014-11-23 Thread Alexander E. Patrakov
Hi. Today I tried to valgrind pulseaudio, for reasons unrelated to bluetooth. Result: found nothing about my bug, but got this on exit: ==16639== Invalid read of size 8 ==16639==at 0x5D5F3F0: pa_hashmap_iterate (hashmap.c:245) ==16639==by 0x1E71A5C9: adapter_free (bluez5-util.c:521) ==

Re: [pulseaudio-discuss] redirect sound to different out jack

2014-11-23 Thread Raymond Yau
Need the hw params of surround40 similar to https://bugs.freedesktop.org/show_bug.cgi?id=84804#c17 > > What I noticed is that even if I disable pulseaudio and play only with kmix sliders there is the same situation. >http://i.imgur.com/497ClHc.png >http://i.imgur.com/ixClsH2.png > Now I enebled i

Re: [pulseaudio-discuss] redirect sound to different out jack

2014-11-23 Thread Raymond Yau
> > aplay --dump-hw-params -D surround40:CARD=Live any.wav > any.wav: no such file or folder > You can use any audio file with wav extenson, mono or stereo (e.g. /usr/share/sounds/alsa/ The objective is to obtain hw params of surround40 aplay won't play the file unless you have a four channel

Re: [pulseaudio-discuss] System mode & SHM

2014-11-23 Thread Pali Rohár
On Sunday 23 November 2014 09:25:46 David Henningsson wrote: > On 2014-11-22 22:39, Pali Rohár wrote: > > Hello, > > > > it is possible to enable shared memory when pulseaudio is > > stared in system mode? > > Not without recompiling PulseAudio, the relevant code is in > src/pulsecore/protocol_na

Re: [pulseaudio-discuss] redirect sound to different out jack

2014-11-23 Thread sabayon11
aplay --dump-hw-params -D surround40:CARD=Live any.wav any.wav: no such file or folder 2014-11-23 14:30 GMT+01:00 sabayon11 : > Thank you for keeping your interest. > > To which file and in what place should I paste > [Mapping analog-stereo] > -device-strings = front:%f hw:%f > +device-strings =

[pulseaudio-discuss] [PATCH] NEWS: Zsh completion support isn't new in 6.0

2014-11-23 Thread Tanu Kaskinen
There have been several fixes to the Zsh completion during the current development cycle, but the completion was initially implemented already in 4.0. --- NEWS | 1 - 1 file changed, 1 deletion(-) diff --git a/NEWS b/NEWS index a86a33d..6e49f6b 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,6 @@ Changes

Re: [pulseaudio-discuss] redirect sound to different out jack

2014-11-23 Thread sabayon11
Thank you for keeping your interest. To which file and in what place should I paste [Mapping analog-stereo] -device-strings = front:%f hw:%f +device-strings = hw:%f channel-map = left,right ? What I noticed is that even if I disable pulseaudio and play only with kmix sliders there is the same si

[pulseaudio-discuss] [PATCH 1/2] build-sys: Always define bluetooth related HAVE_* variables

2014-11-23 Thread Tanu Kaskinen
I don't know if it can cause any problems if HAVE_BLUEZ_4, HAVE_BLUEZ_5, HAVE_BLUEZ, HAVE_BLUEZ_5_OFONO_HEADSET or HAVE_BLUEZ_5_NATIVE_HEADSET are undefined when the corresponding features are not enabled, but it certainly won't hurt to define the variables also when the features are not enabled. -

[pulseaudio-discuss] [PATCH 0/2] A couple of bluetooth related build system fixes

2014-11-23 Thread Tanu Kaskinen
Tanu Kaskinen (2): build-sys: Always define bluetooth related HAVE_* variables build-sys: Fix the BlueZ 5 native headset backend check configure.ac | 20 1 file changed, 12 insertions(+), 8 deletions(-) -- 1.9.3 ___ pulseaudi

[pulseaudio-discuss] [PATCH 2/2] build-sys: Fix the BlueZ 5 native headset backend check

2014-11-23 Thread Tanu Kaskinen
If the libbluetooth headers aren't available, we shouldn't treat that as an error unless --enable-bluez5-native-headset has been explicitly given to configure. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=86582 --- configure.ac | 8 1 file changed, 4 insertions(+), 4 deletions(-

Re: [pulseaudio-discuss] redirect sound to different out jack

2014-11-23 Thread Raymond Yau
> > I don't know how to test it in a correct way. I don't know what hw:0,0 stands for in my case. So far I did: > > I chose surround 4.0 and tested in settings >http://i.imgur.com/0zBIvDV.png > I could hear only rear left, rear right. > > > pulseaudio verbose log as described here (with surround 4

Re: [pulseaudio-discuss] System mode & SHM

2014-11-23 Thread David Henningsson
On 2014-11-22 22:39, Pali Rohár wrote: Hello, it is possible to enable shared memory when pulseaudio is stared in system mode? Not without recompiling PulseAudio, the relevant code is in src/pulsecore/protocol_native.c, function command_auth: #ifdef HAVE_CREDS if (do_shm) { /*