[wellylug] Linux sound -- opinions needed ... please.
Jonathan Harker
jharker at massey.ac.nz
Wed Feb 26 16:20:20 NZDT 2003
On Tuesday 25 Feb 2003 3:46 pm, Nigel Walters wrote:
> Next the choice of sound servers
>
> esd : the gnome sound server. Produces pretty dreadfuil sound and does not
> seem to have any active development ?!
>
> arts : the kde sound server. Sound quality seems Ok and does a respectable
> job. Does not seem to be under active development ?
>
> I want to use a single sound server at least under the two main desktop
> enviroments ( and preferably other window managers too.) Which one is the
> one to go with ? (it might of course not be on the list !)
>
> Any opinions gratefully received. Thanks.
Mandrake 9 has a wee script called /usr/bin/soundwrapper which looks like
this:
#!/bin/sh
if [ `/sbin/pidof -s artsd` ] ; then
artsdsp "$@"
else
if [ `/sbin/pidof -s esd` ]; then
esddsp "$@"
else
"$@"
fi
fi
which loads whichever server you need for each program. so you can go
soundwrapper mygame
and it will load whichever sound thingy you need.
--
Jonathan Harker
MUSAC
Massey University
http://www.massey.ac.nz/
Many people are unenthusiastic about their work.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/0XFolB/TM
---------------------------------------------------------------------~->
.-. Wellington
/V\ Linux
// \\ Users
/( )\ Group
^^-^^
http://wlug.paradise.net.nz/
To unsubscribe from this group, send an email to:
wellylug-unsubscribe at egroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
More information about the wellylug
mailing list