Re: [AD] [ alleg-Bugs-2121231 ] native wav loader |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-09-20, Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx> wrote:
> On Saturday 20 September 2008, SourceForge.net wrote:
> .wav isn't as simple as you might like to think. Like avi files its a riff
> container file capable of storing any type of encoded data. sndfile supports
> pretty much all of the common wav encodings like GSM, ADPCM, ULAW, ALAW etc.
I know, but most .wavs are plain old PCM which we can support.
Peter