speex噪音消除

#ifdef HAVE_CONFIG_H #include "config.h" #endif #include "speex/speex_preprocess.h" #include <stdio.h> #define NN 160 int main() { short in[NN]; int i; SpeexPreprocessState *st; int cou
相关文章
相关标签/搜索