Re: [pulseaudio-discuss] PulseAudio run in embedded device

2020-05-07 Thread l...@sunray.cn
Thanks Tanu. > pacmd doesn't work with the system mode, but that's not a problem, just > use pactl instead. pactl is better than pacmd anyway. > If you stop pulseaudio, does "aplay -Dplughw:0,0 test.wav" work? If it > doesn't, it's probably an alsa problem. "pactl" works well. But when I stop p

Re: [pulseaudio-discuss] PulseAudio run in embedded device

2020-04-30 Thread Tanu Kaskinen
On Thu, 2020-04-30 at 15:48 +0800, l...@sunray.cn wrote: > Hi > > I'm using imx6DL device with the kernel yocto 4.1.15. > > I want to use Qt Sound (based on pulseaudio) to play some audio files. But > > it doesn't work. > > Also I want the PA daemon can start before the user login. > > I add the

Re: [pulseaudio-discuss] PulseAudio run in embedded device

2020-04-30 Thread l...@sunray.cn
Hi > I'm using imx6DL device with the kernel yocto 4.1.15. > I want to use Qt Sound (based on pulseaudio) to play some audio files. But it > doesn't work. > Also I want the PA daemon can start before the user login. I add the "auth-anonymous=1" after the "load-module module-native-protocol-unix

[pulseaudio-discuss] PulseAudio run in embedded device

2020-04-30 Thread l...@sunray.cn
Hi everyone I'm using imx6DL device with the kernel yocto 4.1.15. I want to use Qt Sound (based on pulseaudio) to play some audio files. But it doesn't work. Also I want the PA daemon can start before the user login. So I browsed the Archwiki about PA and changed some configurations. But it sti