Re: [Alsa-user] Help to set up a simple sound card
Brought to you by:
perex
|
From: Csányi P. <csa...@gm...> - 2018-02-10 11:30:52
|
2018-02-10 12:07 GMT+01:00 Robert Bielik <Rob...@di...>: > Hmm... I was a bit too fast there... Indeed. >> aplay -L >> null >> Discard all samples (playback) or generate zero samples (capture) >> pulse >> PulseAudio Sound Server > > Can you try playing through pulseaudio with: > > aplay -D pulse test.wav ? > > Regards > /R I find here: https://alsa.opensrc.org/DmixPlugin this setup for ~/.asoundrc # cat ~/.asoundrc: pcm.dsp0 { type plug slave.pcm "hw:0" } # or: # pcm.dsp0 pcm.default # if "default" hasn't been redefined ctl.mixer0 { type hw card 0 } and it works now. I can heare sounds from multiple applications at once. Thank you very much, Robert! Örülök, hogy segítettél. :) -- Best, Pali |