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

📄 ispeech.h

📁 TI Algorithm Soft Kit 5.0d 仅包括实例及其原代码
💻 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       ispeech.h * *  @brief      This header defines all types, constants, enums, and functions *              that are common across the various speech codecs. * *  @version    0.4 *//** *  @defgroup   ISPEECH   xDM Speech/Voice Interface * *  This is the xDM speech/voice interface shared between the various codecs. */#ifndef ISPEECH_#define ISPEECH_#ifdef __cplusplusextern "C" {#endif/** @ingroup    ISPEECH *//*@{*//** *  @brief      xDM supported voice modes for speech */typedef enum {    ISPEECH_VOICED = 0,    ISPEECH_UNVOICED} ISPEECH_VoiceMode;typedef enum {    ISPEECH_LINEAR = 0,    ISPEECH_ALAW,    ISPEECH_ULAW} ISPEECH_CompoundLaw;#ifdef __cplusplus}#endif/*@}*/  /* ingroup */#endif  /* ISPEECH_ *//* *  @(#) ti.xdais.dm 1, 0, 0, 0,21 5-26-2006 dais-f07*/

⌨️ 快捷键说明

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