![]() |
![]() |
#include <xdc/std.h>
#include <ti/sdo/ce/Engine.h>
#include <ti/sdo/ce/speech/sphdec.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/Buffer.h>
Go to the source code of this file.
Typedefs | |
typedef struct Sdec_Object * | Sdec_Handle |
Handle through which to reference a Speech Decode algorithm. | |
Functions | |
Sdec_Handle | Sdec_create (Engine_Handle hEngine, Char *codecName, SPHDEC_Params *params, SPHDEC_DynamicParams *dynParams) |
Creates a Speech Decode (XDM 0.9) algorithm instance. | |
Int | Sdec_process (Sdec_Handle hSd, Buffer_Handle hInBuf, Buffer_Handle hOutBuf) |
Decodes a Speech buffer. | |
Int | Sdec_delete (Sdec_Handle hSd) |
Deletes a Speech Decode algorithm instance. | |
SPHDEC_Handle | Sdec_getVisaHandle (Sdec_Handle hSd) |
Get the SPHDEC handle from the Sdec module instance. | |
Int32 | Sdec_getInBufSize (Sdec_Handle hSd) |
Get the input buffer size required by the codec. | |
Int32 | Sdec_getOutBufSize (Sdec_Handle hSd) |
Get the output buffer size required by the codec. | |
Variables | |
const SPHDEC_Params | Sdec_Params_DEFAULT |
Default XDM parameters for a Speech Decode algorithm. | |
const SPHDEC_DynamicParams | Sdec_DynamicParams_DEFAULT |
Default XDM dynamic parameters for a Speech Decode algorithm. |