| Miles Sound System SDK 7.2a |
The function AIL_size_processed_digital_audio provides a way to determine how much output memory is necessary for a given set of input mix data.
S32 AIL_size_processed_digital_audio( U32 destrate, U32 destformat, S32 num_srcs, AILMIXINFO const * const *srcs ); |
The number of bytes that will be necessary to completely perform the mix.
You can use the AIL_WAV_info function to automatically fill the input src->Info structures.
Multichannel (> 2 channels) data is not supported.
This function can directly accept IMA ADPCM compressed data, but not MPEG Layer 3 or other ASI-compressed data.
Group:
Utility Services
Related Functions:
AIL_WAV_info, AIL_process_digital_audio
Related Basic Types:
MILES_DIGITAL_FORMAT, S32, U32
Related Structures:
AILMIXINFO, AILSOUNDINFO
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.