options.h

来自「关于AMR-WB+语音压缩编码的实现代码」· C头文件 代码 · 共 16 行

H
16
字号
#ifndef options_h
#define options_h


/* AMR-WB+ input/output sampling rate filters */
/* Choice of filter should be selected according to the hardware specification */
/* Both can be selected if required */
/* FILTER_44khz allow 11025, 22050 and 44100 Hz sampling rates */
/* FILTER_48khz allow 8, 16, 24, 32 and 48 kHz sampling rates */
#define FILTER_44kHz
#define FILTER_48kHz

#endif


⌨️ 快捷键说明

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