基本信息
源码名称:Voice Process(基于speex的回声消除)
源码大小:0.28M
文件格式:.rar
开发语言:C/C++
更新时间:2020-09-01
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

基于speex的回声消除,jni版本

jni

├── Android.mk
├── Application.mk
├── build.xml
├── include
│   ├── Makefile.am
│   ├── Makefile.in
│   └── speex
│       ├── Makefile.am
│       ├── Makefile.in
│       ├── speex.h
│       ├── speex_bits.h
│       ├── speex_buffer.h
│       ├── speex_callbacks.h
│       ├── speex_config_types.h
│       ├── speex_config_types.h.in
│       ├── speex_echo.h
│       ├── speex_header.h
│       ├── speex_jitter.h
│       ├── speex_preprocess.h
│       ├── speex_resampler.h
│       ├── speex_stereo.h
│       └── speex_types.h
├── libspeex
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── _kiss_fft_guts.h
│   ├── arch.h
│   ├── bits.c
│   ├── buffer.c
│   ├── cb_search.c
│   ├── cb_search.h
│   ├── cb_search_arm4.h
│   ├── cb_search_bfin.h
│   ├── cb_search_sse.h
│   ├── echo_diagnostic.m
│   ├── exc_10_16_table.c
│   ├── exc_10_32_table.c
│   ├── exc_20_32_table.c
│   ├── exc_5_256_table.c
│   ├── exc_5_64_table.c
│   ├── exc_8_128_table.c
│   ├── fftwrap.c
│   ├── fftwrap.h
│   ├── filterbank.c
│   ├── filterbank.h
│   ├── filters.c
│   ├── filters.h
│   ├── filters_arm4.h
│   ├── filters_bfin.h
│   ├── filters_sse.h
│   ├── fixed_arm4.h
│   ├── fixed_arm5e.h
│   ├── fixed_bfin.h
│   ├── fixed_debug.h
│   ├── fixed_generic.h
│   ├── gain_table.c
│   ├── gain_table_lbr.c
│   ├── hexc_10_32_table.c
│   ├── hexc_table.c
│   ├── high_lsp_tables.c
│   ├── jitter.c
│   ├── kiss_fft.c
│   ├── kiss_fft.h
│   ├── kiss_fftr.c
│   ├── kiss_fftr.h
│   ├── lpc.c
│   ├── lpc.h
│   ├── lpc_bfin.h
│   ├── lsp.c
│   ├── lsp.h
│   ├── lsp_bfin.h
│   ├── lsp_tables_nb.c
│   ├── ltp.c
│   ├── ltp.h
│   ├── ltp_arm4.h
│   ├── ltp_bfin.h
│   ├── ltp_sse.h
│   ├── math_approx.h
│   ├── mdf.c
│   ├── misc_bfin.h
│   ├── modes.c
│   ├── modes.h
│   ├── modes_wb.c
│   ├── nb_celp.c
│   ├── nb_celp.h
│   ├── os_support.h
│   ├── preprocess.c
│   ├── pseudofloat.h
│   ├── quant_lsp.c
│   ├── quant_lsp.h
│   ├── quant_lsp_bfin.h
│   ├── resample.c
│   ├── resample_sse.h
│   ├── sb_celp.c
│   ├── sb_celp.h
│   ├── scal.c
│   ├── smallft.c
│   ├── smallft.h
│   ├── speex.c
│   ├── speex_callbacks.c
│   ├── speex_header.c
│   ├── stack_alloc.h
│   ├── stereo.c
│   ├── testdenoise.c
│   ├── testecho.c
│   ├── testenc.c
│   ├── testenc_uwb.c
│   ├── testenc_wb.c
│   ├── testjitter.c
│   ├── vbr.c
│   ├── vbr.h
│   ├── vorbis_psy.h
│   ├── vq.c
│   ├── vq.h
│   ├── vq_arm4.h
│   ├── vq_bfin.h
│   ├── vq_sse.h
│   └── window.c
├── speex_echo.cpp
└── speex_jni.cpp

3 directories, 117 files