⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ispeech1_g723.h

📁 TI Algorithm Soft Kit 5.10 仅包括实例及其原代码
💻 H
字号:
/*  *  Copyright 2006 *  Texas Instruments Incorporated * *  All rights reserved.  Property of Texas Instruments Incorporated *  Restricted rights to use, duplicate or disclose this code are *  granted through contract. *  *//** *  @file       ti/xdais/dm/ispeech1_g723.h * *  @brief      This header defines all types, constants, enums, and functions *              that are needed for G.723 *//** *  @defgroup   ti_xdais_dm_ISPEECH1_G723  xDM 1.0 Speech/Voice Interface (G.723) * *  This is the xDM 1.0 speech/voice interface shared between the various G.723 *  codecs. */#ifndef ti_xdais_dm_ISPEECH1_G723_#define ti_xdais_dm_ISPEECH1_G723_#include "ispeech1.h"#ifdef __cplusplusextern "C" {#endif/** @ingroup    ti_xdais_dm_ISPEECH1_G723 *//*@{*//** *  @brief      Bit rate selection for G723. */typedef enum {    ISPEECH1_G723_BITRATE_5P3 = 0,     /**< 5.3 kbps */    ISPEECH1_G723_BITRATE_6P3 = 1,     /**< 6.3 kbps */    /** Default setting. */    ISPEECH1_G723_BITRATE_DEFAULT = ISPEECH1_G723_BITRATE_6P3} ISPEECH1_G723_BitRate;/** *  @brief      Enable/disable high pass filter for G723. */typedef enum {    ISPEECH1_G723_NOISEPREPROC_OFF = 0,/**< The high pass filter is disabled. */    ISPEECH1_G723_NOISEPREPROC_ON = 1, /**< The high pass filter is enabled. */    /** Default setting. */    ISPEECH1_G723_NOISEPREPROC_DEFAULT = ISPEECH1_G723_NOISEPREPROC_ON} ISPEECH1_G723_NoisePreProc;/*@}*/#ifdef __cplusplus}#endif#endif  /* ti_xdais_dm_ISPEECH1_G723_ *//* *  @(#) ti.xdais.dm; 1, 0, 1, 0,46; 10-18-2006 19:11:35; /db/wtree/library/trees/dais-g07x/src/ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -