OpusDecodeApi
Function Usage
Performs Opus decoding. This API is similar to the opus_decode interface in Opus 1.3.1.
Prototype
int OpusDecodeApi(OpusDecoder *st, const unsigned char *data, opus_int32 len, opus_int16 *pcm, int frame_size, int decode_fec)
Parameter Description
This API is similar to the opus_decode interface in Opus 1.3.1. For details, refer to the Opus 1.3.1 documentation.
Return Value Description
This API is similar to the opus_decode interface in Opus 1.3.1. For details, refer to the Opus 1.3.1 documentation.
Parent topic: Opus Encoding and Decoding APIs (C and C++)