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

2017-08-17 Thread Arun Raghavan
On Thu, 17 Aug 2017, at 10:54 PM, Tanu Kaskinen wrote: > 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 readab

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 path files, or

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 sound settings and

[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 PulseAudio

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 > pulseaudio with sudo I ca

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 Tegge wrote: > >* Hello, > *>>* I want to feed a 5.1 stream (dca or a52) from another device through a > *>* iec958/spdif connection to my computer and play the audio through > *>* loopback on the

[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 h

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] > desc

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 graphi

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 pa_rtpoll_item_new_asyncmsgq_write(