| Miles Sound System SDK 7.2a |
The function AIL_decompress_ASI decompresses a digital sound with the ASI decoder for the passed file extension and returns a standard PCM wave file image.
S32 AIL_decompress_ASI( void const * indata, U32 insize, char const * filename_ext, void * *wav, U32 *wavesize, AILLENGTHYCB callback ); |
1, if the call was successful, or 0 if the call failed.
You must free the pointer returned in wav with AIL_mem_free_lock.
The output wave file image is a standard PCM wave file - you can write it directly to disk and any WAV file player will be able to play it.
Group:
Utility Services
Related Functions:
AILLENGTHYCB, AIL_compress_ASI, AIL_decompress_ADPCM, AIL_mem_free_lock
Related Basic Types:
S32, U32, char const *, void *, void const *
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.