EMIPLIB
|
Decodes messages which contain SILK encoded data. More...
#include <mipsilkdecoder.h>
Public Member Functions | |
bool | init (int outputSamplingRate) |
Initialize the SILK decoder. | |
bool | destroy () |
Clean up the SILK decoder. |
This component can be used to decompress data using the SILK codec. Input messages should be MIPEncodedAudioMessage instances with subtype MIPENCODEDAUDIOMESSAGE_TYPE_SILK. The component generates signed 16 bit native endian encoded raw audio messages.
bool MIPSILKDecoder::destroy | ( | ) |
bool MIPSILKDecoder::init | ( | int | outputSamplingRate | ) |