Re: esd error : unsuppored sound format: 33



It's the same 8-bit auddio problem that I have on my laptop.

I've done the following:

$ mv esd esd.actaul

$ cat <<EOF > esd
#!/bin/sh

#  Esd by default doesn't work in 8-bit 22khz mono :(

if [ "x$1" != "x" ] ; then 
  exec esd.actual $*; 
else 
  exec /usr/bin/esd.actual -b -r 22000 -as 2
fi
EOF

$ chmod +x esd

Any plans to put in (or document) a /etc/esdconf file or something
that tells esd what flags to run with?

-Peter

On Fri, Mar 12, 1999 at 06:39:59PM -0800, Jerry Sy wrote:
> I just installed the latest gnome, and can't get esd to load.
> I get this message
> 
> Initializing...
> unsupported sound format: 33
> fatal error configuring sound, /dev/dsp
> 
> my devices seem to be working, I can cat sound files to
> /dev/audio and /dev/dsp and they play back just fine.
> any ideas ?
> 
> TIA
> Jerry
> 
> 
> 
> -- 
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 



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