📄 options.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -