WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] alsa sound mixing/sharing/muxing (with dmix) not working  (Read 1792 times)

Offline tomeara

  • Newbie
  • *
  • Posts: 4
With alsa I couldn't play sound from two programs at once. One solution is to create a .asoundrc file in your home folder with the following contents.

Code: [Select]
pcm.dsp {
    type plug
    slave.pcm "dmix"
}

I got this from the Arch wiki https://wiki.archlinux.org/index.php/ALSA#Software_mixing_.28dmix.29
« Last Edit: January 12, 2012, 01:33:32 PM by tomeara »