[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XMMS/ALSA - how to get mono output?



Hi,

Add the following to your /.asoundrc (or /etc/asound.conf for system
wide changes).

pcm.mono {
   type plug
   slave {
      pcm default
      channels 1
   }
   route_policy average
}

This defines a new virtual alsa device called "mono". In xmms
you have to configure the ALSA driver to use the "mono" device too.

test with aplay -D mono file.wav

Further instructions (but cryptic, although) are at:
http://www.alsa-project.org/alsa-doc/doc-php/asoundrc.php?module=Generic

Guenter


On Sun, 22 Aug 2004, Shot wrote:
> Hello.
>
> // Please forgive me if d-m is a wrong list for this
> // question; I asked on debian-user, but nobody replied.
>
> I found out lately that something bad happened to the left speaker of
> my laptop, so I'm trying to make XMMS output mono for the time being.
> Unfortunately, I can't find the relevant option (neither in XMMS's
> setting, nor in ALSA's; Google's all about the reverse problem). How
> can I set ALSA (preferably) or XMMS to output mono instead of stereo?
>
> I'm using the following package versions (sid's newest):
> xmms 1.2.10-1, alsa-base 1.0.5a-2, alsa-utils 1.0.5-3.
>
> Cheers,
> -- Shot (Piotr Szotkowski)
> --
>          It was a book to kill time for those who like it better dead.
>                            ~~~ Dame Rose Macaulay ~~~
>
>                                                      http://shot.pl/hovercraft/
>
>
> --
> To UNSUBSCRIBE, email to debian-multimedia-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>



Reply to: