On 19 Aug 2001 23:43:16 +0200, Han wrote:
> Jason Straight ([EMAIL PROTECTED]) wrote:
> 
> [problems with quake and sound]
> > have you tried running soundwrapper ./quake ?
> 
> Well I just tried it but it didn't help.
> 
> 
> Cya, Han.

If you are using KDE (artsd), it looks from the following that you need
to add a -m to soundwrapper.  I didn't see a similar option for GNOME
(esd).  (This may or may not help, I don't run Quake)
===============================================
pocket-> cat /usr/bin/soundwrapper
#!/bin/sh

if [ `/sbin/pidof artsd` ] ; then
        artsdsp "$@"
else
        if [ `/sbin/pidof esd` ]; then
                esddsp "$@"
        else
                "$@"
        fi
fi
pocket-> artsdsp --help           
artsdsp - attempt to reroute audio device to artsd
 
artsdsp [options] application arguments
 
options:
-h, --help                show brief help
-n, --name=NAME           use name to identify player to artsd
-m, --mmap                emulate memory mapping (i.e. for quake)
-v, --verbose             show parameters
-V, --version             show version
=======================================

-- 
TTFN,
Lonnie Borntreger


Reply via email to