[MPlayer-users] Pulse Audio device selection

Raymond Yau superquad.vortex2 at gmail.com
Tue Feb 1 02:48:05 CET 2011


>I've been working with mplayer and having audio be redirected between
>different pulse audio outputs.

>My setup is like this...
>pulse audio device 0 - Logitech USB Headset
>pulse audio device 1 - Intel HDA Audio

According to
http://git.alsa-project.org/?p=alsa-plugins.git;a=blob_plain;f=doc/README-pulse;hb=HEAD

Both also accept the "device" parameter, which indicate which
source and sink to use.


you can use mplayer -ao alsa:device=pulse1

pcm.pulse0 {
    type pulse
    device "0"
}

pcm.pulse1 {
    type pulse
    device "1"
}


More information about the MPlayer-users mailing list