From: Ron Johnson on
On 2010-03-14 06:32, Mathieu Malaterre wrote:
> Hi there,
>
> I am trying to read a wav file using totem. However it fails with
> the following:
>
> $ totem bla.wav
> ** Message: don't know how to handle audio/x-alaw, rate=(int)8000,
> channels=(int)1

You must be European.

http://en.wikipedia.org/wiki/%CE%9C-law_algorithm
The �-law algorithm (often u-law, ulaw, mu-law, ...)
is a companding algorithm, primarily used in the digital
telecommunication systems of North America and Japan.

http://en.wikipedia.org/wiki/A-law_algorithm
An A-law algorithm is a standard companding algorithm,
used in European digital communications systems

$ file foo.wav
foo.wav: RIFF (little-endian) data, WAVE audio, ITU G.711 mu-law,
mono 8000 Hz

Try this:
$ apt-file search alaw | grep gstream

Do you have gstreamer0.10-plugins-good installed?

--
Ron Johnson, Jr.
Jefferson LA USA

"If God had wanted man to play soccer, he wouldn't have given
us arms." Mike Ditka


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4B9CCD73.3090700(a)cox.net