Re: [pulseaudio-discuss] USB headset Steelseries Arctis troubleshooting

2017-08-17 Thread Tanu Kaskinen
On Thu, 2017-08-17 at 21:25 +0300, Johan Heikkilä wrote: > 2017-08-17 14:05 GMT+03:00 Tanu Kaskinen : > > Path files tell pulseaudio how to use the alsa mixer. If the sound card > > provides hardware volume and mute controls in the alsa mixer, then it > > would be good to write some

Re: [pulseaudio-discuss] USB headset Steelseries Arctis troubleshooting

2017-08-17 Thread Johan Heikkilä
2017-08-17 14:05 GMT+03:00 Tanu Kaskinen : > > What do you mean by "the device is turned off"? That sounds strange. > Obviously selecting an input profile in the output view (and vice versa) isn't supposed to work, so something gets confused and the device disappears from Gnome

[pulseaudio-discuss] [PATCH] main: set umask to 077 instead of 022

2017-08-17 Thread Tanu Kaskinen
It was reported that PulseAudio weakens the umask to 022 if it's initially set to 077. That's not as big problem as it might seem, but it's still a problem. The umask affects the permissions of the state files, and those aren't readable by other users anyway in the per-user mode, because

Re: [pulseaudio-discuss] configuring pulseaudio as backend for Qemu

2017-08-17 Thread Alexander E. Patrakov
2017-08-17 17:20 GMT+05:00 Sameeh Jubran : > Hi all, > > I am trying to set pulseaudio as a backend for qemu with intel hda virtual > sound card. I can't seem to configure pulseaudio correctly due sudo > privileges mismatch, I run Qemu with sudo but when I attempt to run >

Re: [pulseaudio-discuss] How to decode and loop-back and iec958/spdif bitstream?

2017-08-17 Thread Denis Shulyaka
Hi Benjamin, *Sun Mar 8 11:22:30 PDT 2015* *Alexander E. Patrakov* : > 08.03.2015 23:00, Benjamin

[pulseaudio-discuss] configuring pulseaudio as backend for Qemu

2017-08-17 Thread Sameeh Jubran
Hi all, I am trying to set pulseaudio as a backend for qemu with intel hda virtual sound card. I can't seem to configure pulseaudio correctly due sudo privileges mismatch, I run Qemu with sudo but when I attempt to run pulseaudio with sudo I can't hear anything. Is there any detailed tutorial on

Re: [pulseaudio-discuss] USB headset Steelseries Arctis troubleshooting

2017-08-17 Thread Tanu Kaskinen
On Tue, 2017-08-15 at 19:42 +0300, Johan Heikkilä wrote: > I'm trying to get my head around the profile concept in pulse. > > I made an udev row pointing at the following mapping: > > /usr/share/pulseaudio/alsa-mixer/profile-sets/steelseries-arctis-usb-audio.conf > > [Mapping analog-mono] >

Re: [pulseaudio-discuss] PulseAudio is unable to detect right profile on this system.

2017-08-17 Thread Tanu Kaskinen
On Mon, 2017-08-14 at 11:24 +0430, Farhad Mohammadi Majd wrote: > Hello, unlike the past, I don't want/can't to install additonal > graphical software to configure PulseAudio to work correctly, so please > help me. > > system: > > Fedora 26 work station, GNOME 3.24 So you're still using a

Re: [pulseaudio-discuss] [PATCH 2/2] loopback: Track and use average adjust time

2017-08-17 Thread Tanu Kaskinen
On Sun, 2017-08-13 at 13:00 +0200, Georg Chini wrote: > On 04.08.2017 15:37, Tanu Kaskinen wrote: > > On Mon, 2017-04-17 at 21:37 +0200, Georg Chini wrote: > > > @@ -327,11 +335,20 @@ static void adjust_rates(struct userdata *u) { > > > } > > > > > > /* Allow one underrun per hour

Re: [pulseaudio-discuss] [PATCH] tunnel-{sink, source}-new: Fix assertion when used with loopback or combine-sink

2017-08-17 Thread Tanu Kaskinen
On Thu, 2017-08-17 at 08:30 +0200, Georg Chini wrote: > On 17.08.2017 07:53, Tanu Kaskinen wrote: > > On Sat, 2017-08-12 at 22:29 +0200, Georg Chini wrote: > > > Currently pulseaudio crashes with an assertion in > > > pa_rtpoll_item_new_asyncmsgq_read() > > > or

Re: [pulseaudio-discuss] [PATCH] tunnel-{sink, source}-new: Fix assertion when used with loopback or combine-sink

2017-08-17 Thread Georg Chini
On 17.08.2017 07:53, Tanu Kaskinen wrote: On Sat, 2017-08-12 at 22:29 +0200, Georg Chini wrote: Currently pulseaudio crashes with an assertion in pa_rtpoll_item_new_asyncmsgq_read() or pa_rtpoll_item_new_asyncmsgq_write() if a loopback is applied to a tunnel-new sink or source, because