Re: esd error : unsuppored sound format: 33
- From: "Peter C. Norton" <spacey-gnome-list lenin nu>
- To: gnome-list gnome org
- Subject: Re: esd error : unsuppored sound format: 33
- Date: Sat, 13 Mar 1999 00:40:37 -0500
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]