2018-02-10 12:07 GMT+01:00 Robert Bielik <robert.bie...@dirac.com>:
> 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

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to