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

📄 uscreg.h

📁 这是在PCA下的基于IPP库示例代码例子,在网上下了IPP的库之后,设置相关参数就可以编译该代码.
💻 H
字号:
/*****************************************************************************
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may not be copied
// or disclosed except in accordance with the terms of that agreement.
// Copyright (c) 2005 Intel Corporation. All Rights Reserved.
//
// Intel(R) Integrated Performance Primitives
//
//     USC - Unified Speech Codec interface library
//
//  Purpose: Unified Speech Codec format tags.
//***************************************************************************/

#ifndef _INC_USCREG
#define _INC_USCREG

/* WAVE form wFormatTag IDs of Intel IPP codecs*/
#define WAVE_FORMAT_IPP_G723          0x7230  /* G.723 */
#define WAVE_FORMAT_IPP_G723VAD       0x7231  /* G.723 VAD */
#define WAVE_FORMAT_IPP_G729I         0x7290  /* G.729 */
#define WAVE_FORMAT_IPP_G729IVAD      0x7291  /* G.729 VAD */
#define WAVE_FORMAT_IPP_G729A         0x7292  /* G.729A */
#define WAVE_FORMAT_IPP_G729AVAD      0x7293  /* G.729A VAD */
#define WAVE_FORMAT_IPP_AMR           0x7294  /* GSM AMR */
#define WAVE_FORMAT_IPP_AMRVAD        0x7295  /* GSM AMR VAD */
#define WAVE_FORMAT_IPP_AMRWB         0x7296  /* AMR WB */
#define WAVE_FORMAT_IPP_AMRWBVAD      0x7297  /* AMR WB VAD */
#define WAVE_FORMAT_IPP_G728          0x7280  /* G.728 */
#define WAVE_FORMAT_IPP_G7221         0x7221  /* G.722.1 */
#define WAVE_FORMAT_IPP_GSMFR         0x7298  /* GSMFR */
#define WAVE_FORMAT_IPP_GSMFRVAD      0x7299  /* GSMFR VAD */
#define WAVE_FORMAT_IPP_G726          0x7260  /* G.726 */
#define WAVE_FORMAT_IPP_G729IFP       0x729A  /* G.729FP */
#define WAVE_FORMAT_IPP_G729IFPVAD    0x729B  /* G.729FP VAD */
#define WAVE_FORMAT_IPP_G729AFP       0x729C  /* G.729FPA */
#define WAVE_FORMAT_IPP_G729AFPVAD    0x729D  /* G.729FPA VAD */
#define WAVE_FORMAT_IPP_G722SB        0x729E  /* G.722 SubBand */
#define WAVE_FORMAT_IPP_G711A         0x729F  /* G.711 a-Law*/
#define WAVE_FORMAT_IPP_G711AVAD      0x72A0  /* G.711 a-Law VAD */
#define WAVE_FORMAT_IPP_G711U         0x72A1  /* G.711 mu-Law*/
#define WAVE_FORMAT_IPP_G711UVAD      0x72A2  /* G.711 mu-Law VAD */

#endif  /* _INC_USCREG */

⌨️ 快捷键说明

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