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

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

本次赞助数额为: 2 元 
   源码介绍
speex语言编解码源码

.
├── speex-1.2.0
│   ├── AUTHORS
│   ├── COPYING
│   ├── ChangeLog
│   ├── INSTALL
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── NEWS
│   ├── README
│   ├── README.TI-DSP
│   ├── README.blackfin
│   ├── README.symbian
│   ├── Speex.kdevelop
│   ├── Speex.spec
│   ├── Speex.spec.in
│   ├── TODO
│   ├── 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.h
│   │       ├── speex_bits.h
│   │       ├── speex_callbacks.h
│   │       ├── speex_config_types.h.in
│   │       ├── speex_header.h
│   │       ├── speex_stereo.h
│   │       └── speex_types.h
│   ├── install-sh
│   ├── libspeex
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── _kiss_fft_guts.h
│   │   ├── arch.h
│   │   ├── bfin.h
│   │   ├── bits.c
│   │   ├── cb_search.c
│   │   ├── cb_search.h
│   │   ├── cb_search_arm4.h
│   │   ├── cb_search_bfin.h
│   │   ├── cb_search_sse.h
│   │   ├── 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.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
│   │   ├── 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
│   │   ├── misc_bfin.h
│   │   ├── modes.c
│   │   ├── modes.h
│   │   ├── modes_wb.c
│   │   ├── nb_celp.c
│   │   ├── nb_celp.h
│   │   ├── os_support.h
│   │   ├── quant_lsp.c
│   │   ├── quant_lsp.h
│   │   ├── quant_lsp_bfin.h
│   │   ├── sb_celp.c
│   │   ├── sb_celp.h
│   │   ├── smallft.c
│   │   ├── smallft.h
│   │   ├── speex.c
│   │   ├── speex_callbacks.c
│   │   ├── speex_header.c
│   │   ├── stack_alloc.h
│   │   ├── stereo.c
│   │   ├── testenc.c
│   │   ├── testenc_uwb.c
│   │   ├── testenc_wb.c
│   │   ├── vbr.c
│   │   ├── vbr.h
│   │   ├── vorbis_psy.c
│   │   ├── vorbis_psy.h
│   │   ├── vq.c
│   │   ├── vq.h
│   │   ├── vq_arm4.h
│   │   ├── vq_bfin.h
│   │   ├── vq_sse.h
│   │   └── window.c
│   ├── ltmain.sh
│   ├── m4
│   │   ├── add_cflags.m4
│   │   ├── libtool.m4
│   │   ├── ltoptions.m4
│   │   ├── ltsugar.m4
│   │   ├── ltversion.m4
│   │   ├── lt~obsolete.m4
│   │   └── pkg.m4
│   ├── missing
│   ├── speex.m4
│   ├── speex.pc.in
│   ├── src
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── getopt.c
│   │   ├── getopt1.c
│   │   ├── getopt_win.h
│   │   ├── skeleton.c
│   │   ├── skeleton.h
│   │   ├── speexdec.1
│   │   ├── speexdec.c
│   │   ├── speexenc.1
│   │   ├── speexenc.c
│   │   ├── wav_io.c
│   │   ├── wav_io.h
│   │   ├── wave_out.c
│   │   └── wave_out.h
│   ├── 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
│   │   ├── testenc-TI-C5x.c
│   │   └── testenc-TI-C64x.c
│   └── win32
│       ├── Makefile.am
│       ├── Makefile.in
│       ├── VS2003
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeex
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── libspeex.vcproj
│       │   ├── libspeex.sln
│       │   ├── speexdec
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── speexdec.vcproj
│       │   ├── speexenc
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── speexenc.vcproj
│       │   └── tests
│       │       ├── Makefile.am
│       │       ├── Makefile.in
│       │       ├── testenc.vcproj
│       │       ├── testenc_uwb.vcproj
│       │       └── testenc_wb.vcproj
│       ├── VS2005
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeex
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── libspeex.vcproj
│       │   ├── libspeex.sln
│       │   ├── speexdec
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── speexdec.vcproj
│       │   ├── speexenc
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── speexenc.vcproj
│       │   └── tests
│       │       ├── Makefile.am
│       │       ├── Makefile.in
│       │       ├── testenc.vcproj
│       │       ├── testenc_uwb.vcproj
│       │       └── testenc_wb.vcproj
│       ├── VS2008
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeex
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── libspeex.vcproj
│       │   ├── libspeex.sln
│       │   ├── speexdec
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── speexdec.vcproj
│       │   ├── speexenc
│       │   │   ├── Makefile.am
│       │   │   ├── Makefile.in
│       │   │   └── speexenc.vcproj
│       │   └── tests
│       │       ├── Makefile.am
│       │       ├── Makefile.in
│       │       ├── testenc.vcproj
│       │       ├── testenc_uwb.vcproj
│       │       └── testenc_wb.vcproj
│       ├── config.h
│       ├── libspeex
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── libspeex.dsp
│       │   ├── libspeex.dsw
│       │   └── libspeex_dynamic.dsp
│       ├── libspeex.def
│       ├── speex.iss
│       ├── speexdec
│       │   ├── Makefile.am
│       │   ├── Makefile.in
│       │   ├── speexdec.dsp
│       │   └── speexdec.dsw
│       └── speexenc
│           ├── Makefile.am
│           ├── Makefile.in
│           ├── speexenc.dsp
│           └── speexenc.dsw
└── speex语言编解码源码_speex-1.2.0.tar.gz

31 directories, 239 files