EMIPLIB
Public Member Functions

MIPSILKDecoder Class Reference

Decodes messages which contain SILK encoded data. More...

#include <mipsilkdecoder.h>

Inheritance diagram for MIPSILKDecoder:
Inheritance graph
[legend]
Collaboration diagram for MIPSILKDecoder:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool init (int outputSamplingRate)
 Initialize the SILK decoder.
bool destroy ()
 Clean up the SILK decoder.

Detailed Description

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.


Member Function Documentation

bool MIPSILKDecoder::destroy ( )
bool MIPSILKDecoder::init ( int  outputSamplingRate)

The documentation for this class was generated from the following file: