Audio Algorithms
AAC-LC / AAC-LD / MPEG4-AAC Encode / MPEG4-AAC Decode / MP3 Decode / WMA Decode
sub-heading line
Features List
- C-callable API for initialization, decoding
- Multi-channel
- Optimized implementation
- eXpressDSP Digital Media compliant
Function APIs
API function call summary
ENCODE_create(…) creates an instance of the encode algorithm and returns a handle to the object
ENCODE_encode(…) processes the encoder
ALG_delete(…) delete encode algorithm instance
DECODE_create(…) creates an instance of the DECODE algorithm and returns a handle to the object.
DECODE_decode(…) processes the calls to the decoder.
DECODE_delete(…) deletes the instance of the dynamically created object referenced to by the handle
