Re: [linux-audio-dev] raw pcm information

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] raw pcm information
From: Benno Senoner (sbenno_AT_gardena.net)
Date: Thu Aug 19 2004 - 18:49:34 EEST


not big secrets here.
try to look up the docs for the WAV format.
or just search for big/little endian encoding
24bit packed words etc

in substance there are only a few mainstream raw pcm data encodings.

8bit , in some case signed, in others unsigned (amiga IIRC).
16bit signed (2 complement) (usually little endian, aka x86 endianess,
PPCs must swap da)
24bit usually signed (2 complement), little endian
32bit integer
32bit float (IEEE)

cheers,
Benno
http://www.linuxsampler.org

Garett Shulman wrote:

> Hello, I have been googleing around trying to find information on raw
> pcm data. Does anybody know of any tutorials or references on raw pcm
> data? I am most curious about different storage types (2s complement,
> etc), and how multiple channels are stored. Thanks. -Garett
>


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu Aug 19 2004 - 18:47:48 EEST