Name LOKI_IMA_ADPCM_format Name Strings AL_LOKI_IMA_ADPCM_format Version 1.0 Number ?? Dependencies LOKI_buffer_data_callback Overview This extension provides format support for IMA ADPCM data. Use of this extension allows the association of IMA ADPCM in addition to PCM formats for buffer data. Issues The caveats and restrictions that relate to all formats supported via the callback mechanism apply. Namely, certain filters that rely on having all data present to operate (like the pitch operation) may result in NOP. This format tag is invalid as an internalFormat hint to functions that accept them. The presence of a separate entry point is unneeded and serves no purpose as the extension tokens, passed to BufferData, suffice to completely use this extension. Further revisions of this extension will remove this deprecated entry point. New Procedures and Functions ALboolean alutLoadIMA_ADPCMData_LOKI(ALuint bid, ALvoid *data, ALuint size, alIMAADPCM_state_LOKI *ias); New Tokens AL_FORMAT_IMA_ADPCM_MONO16_EXT 0x10000 AL_FORMAT_IMA_ADPCM_STEREO16_EXT 0x10001 Additions to Specification None Errors None New State None New Implementation State None