Miles Sound System SDK 7.2a

MILES_DIGITAL_FORMAT

The basic type MILES_DIGITAL_FORMAT describes the type of digital audio.

Fundamental Values

 Value  Description
 DIG_F_MONO_8 8-bit monaural data. (Debugger value: 0).
 DIG_F_MONO_16 16-bit monaural data. (Debugger value: 1).
 DIG_F_STEREO_8 8-bit stereo data. (Debugger value: 2).
 DIG_F_STEREO_16 16-bit stereo data. (Debugger value: 3).
 DIG_F_ADPCM_MONO_16 IMA ADPCM mono data - always expands to 16-bit. (Debugger value: 5).
 DIG_F_ADPCM_STEREO_16 IMA ADPCM stereo data - always expands to 16-bit. (Debugger value: 7).
 DIG_F_XBOX_ADPCM_MONO_16 XBOX ADPCM mono data - always expands to 16-bit. (Debugger value: 9). Only available on original Xbox.
 DIG_F_XBOX_ADPCM_STEREO_16 XBOX ADPCM stereo data - always expands to 16-bit. (Debugger value: 11). Only available on original Xbox.
 DIG_F_STEREO_MASK Bitmask to determine if the format is any of the stereo formats. (Debugger value: 2).
 DIG_F_16BITS_MASK Bitmask to determine if the format is any of the 16-bit formats. (Debugger value: 1).
 DIG_F_MULTICHANNEL_MASK Bitmask to determine if the hardware was opened for a discrete format with more than 2 channels. (Debugger value: 16).
 DIG_F_OUTPUT_FILTER_IN_USE Bitmask to determine if a per-voice output filter such as DirectSound3D or EAX is in use. (Debugger value: 32).


Group: Digital Audio Services
Related Functions: AIL_WAV_file_fss_write, AIL_WAV_file_write, AIL_digital_configuration, AIL_init_sample, AIL_process_digital_audio, AIL_size_processed_digital_audio
Related Structures: AIL_INPUT_INFO

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.