PDA

View Full Version : ADPCM WAV


doughsu
07-29-2004, 12:15 AM
Can anybody help me, how do I implement adpcm wav format decoder in Openal? I need to play adpcm wav, but current version of Openal seems couldn't play this format.
Thanks your help.
sorry for my pool english.

Mihail121
07-29-2004, 01:38 AM
OpenAL can generally play any sound... You just have to extract the correct data from the file and pass it to the AL. For specification about that file see:

google (http://www.google.com)
wotsit (http://www.wotsit.org)

Cheers!