基本信息
源码名称:speex移植
源码大小:0.86M
文件格式:.gz
开发语言:C/C++
更新时间:2022-11-22
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

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

speex移植

语音压缩、解码

.
├── speexdsp-1.2rc3
│   ├── AUTHORS
│   ├── COPYING
│   ├── ChangeLog
│   ├── INSTALL
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── NEWS
│   ├── README
│   ├── README.blackfin
│   ├── SpeexDSP.kdevelop
│   ├── SpeexDSP.spec
│   ├── SpeexDSP.spec.in
│   ├── TODO
│   ├── acinclude.m4
│   ├── aclocal.m4
│   ├── compile
│   ├── config.guess
│   ├── config.h.in
│   ├── config.sub
│   ├── configure
│   ├── configure.ac
│   ├── depcomp
│   ├── doc
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── manual.pdf
│   ├── include
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── speex
│   │       ├── Makefile.am
│   │       ├── Makefile.in
│   │       ├── speex_buffer.h
│   │       ├── speex_echo.h
│   │       ├── speex_jitter.h
│   │       ├── speex_preprocess.h
│   │       ├── speex_resampler.h
│   │       ├── speexdsp_config_types.h.in
│   │       └── speexdsp_types.h
│   ├── install-sh
│   ├── libspeexdsp
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── _kiss_fft_guts.h
│   │   ├── arch.h
│   │   ├── bfin.h
│   │   ├── buffer.c
│   │   ├── echo_diagnostic.m
│   │   ├── fftwrap.c
│   │   ├── fftwrap.h
│   │   ├── filterbank.c
│   │   ├── filterbank.h
│   │   ├── fixed_arm4.h
│   │   ├── fixed_arm5e.h
│   │   ├── fixed_bfin.h
│   │   ├── fixed_debug.h
│   │   ├── fixed_generic.h
│   │   ├── jitter.c
│   │   ├── kiss_fft.c
│   │   ├── kiss_fft.h
│   │   ├── kiss_fftr.c
│   │   ├── kiss_fftr.h
│   │   ├── math_approx.h
│   │   ├── mdf.c
│   │   ├── misc_bfin.h
│   │   ├── os_support.h
│   │   ├── preprocess.c
│   │   ├── pseudofloat.h
│   │   ├── resample.c
│   │   ├── resample_neon.h
│   │   ├── resample_sse.h
│   │   ├── scal.c
│   │   ├── smallft.c
│   │   ├── smallft.h
│   │   ├── stack_alloc.h
│   │   ├── testdenoise.c
│   │   ├── testecho.c
│   │   ├── testjitter.c
│   │   ├── testresample.c
│   │   └── vorbis_psy.h
│   ├── ltmain.sh
│   ├── m4
│   │   ├── libtool.m4
│   │   ├── ltoptions.m4
│   │   ├── ltsugar.m4
│   │   ├── ltversion.m4
│   │   └── lt~obsolete.m4
│   ├── missing
│   ├── speexdsp.pc.in
│   ├── symbian
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── bld.inf
│   │   ├── config.h
│   │   └── speex.mmp
│   ├── ti
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── config.h
│   │   ├── os_support_custom.h
│   │   ├── speex_C54_test
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── speex_C54_test.cmd
│   │   │   └── speex_C54_test.pjt
│   │   ├── speex_C55_test
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── speex_C55_test.cmd
│   │   │   └── speex_C55_test.pjt
│   │   └── speex_C64_test
│   │       ├── Makefile.am
│   │       ├── Makefile.in
│   │       ├── speex_C64_test.cmd
│   │       └── speex_C64_test.pjt
│   └── win32
│       ├── Makefile.am
│       ├── Makefile.in
│       ├── VS2003
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeexdsp
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── libspeexdsp.vcproj
│       │   ├── libspeexdsp.sln
│       │   └── tests
│       │       ├── Makefile.am
│       │       ├── Makefile.in
│       │       ├── testdenoise.vcproj
│       │       ├── testecho.vcproj
│       │       └── testresample.vcproj
│       ├── VS2005
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeexdsp
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── libspeexdsp.vcproj
│       │   ├── libspeexdsp.sln
│       │   └── tests
│       │       ├── Makefile.am
│       │       ├── Makefile.in
│       │       ├── testdenoise.vcproj
│       │       ├── testecho.vcproj
│       │       └── testresample.vcproj
│       ├── VS2008
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeexdsp
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── libspeexdsp.vcproj
│       │   ├── libspeexdsp.sln
│       │   └── tests
│       │       ├── Makefile.am
│       │       ├── Makefile.in
│       │       ├── testdenoise.vcproj
│       │       ├── testecho.vcproj
│       │       └── testresample.vcproj
│       ├── config.h
│       ├── libspeexdsp
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeexdsp.dsp
│       │   ├── libspeexdsp.dsw
│       │   └── libspeexdsp_dynamic.dsp
│       ├── libspeexdsp.def
│       └── speex.iss
└── speex移植_speexdsp-1.2rc3.tar.gz

22 directories, 149 files