Sdec1.h File Reference

#include <xdc/std.h>
#include <ti/sdo/ce/Engine.h>
#include <ti/sdo/ce/speech1/sphdec1.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/Buffer.h>

Go to the source code of this file.


Typedefs

typedef struct Sdec1_Object * Sdec1_Handle
 Handle through which to reference a Speech Decode algorithm.

Functions

Sdec1_Handle Sdec1_create (Engine_Handle hEngine, Char *codecName, SPHDEC1_Params *params, SPHDEC1_DynamicParams *dynParams)
 Creates a Speech Decode (XDM 1.0) algorithm instance.
Int Sdec1_process (Sdec1_Handle hSd, Buffer_Handle hInBuf, Buffer_Handle hOutBuf)
 Decodes a Speech buffer.
Int Sdec1_delete (Sdec1_Handle hSd)
 Deletes a Speech Decode algorithm instance.
SPHDEC1_Handle Sdec1_getVisaHandle (Sdec1_Handle hSd)
 Get the SPHDEC1 handle from the Sdec1 module instance.
Int32 Sdec1_getInBufSize (Sdec1_Handle hSd)
 Get the input buffer size required by the codec.
Int32 Sdec1_getOutBufSize (Sdec1_Handle hSd)
 Get the output buffer size required by the codec.

Variables

const SPHDEC1_Params Sdec1_Params_DEFAULT
 Default XDM parameters for a Speech Decode algorithm.
const SPHDEC1_DynamicParams Sdec1_DynamicParams_DEFAULT
 Default XDM dynamic parameters for a Speech Decode algorithm.

Copyright 2011, Texas Instruments Incorporated