搜索资源列表
EVRC
- EVRC code 的框图与流程,希望对大家理解EVRC encode 有帮助, Evrc Block Diagram, for audio engineer to understand EVRC encode,code
evrc_fix
- EVRC是用于高通公司的语音编码,这份代码是3GPP2所公布的关于EVRC的源代码。
Software_Distribution_vA-1.0_for_C.S0014-Av1.0_EVR
- 实现EVRC编解码处理的源代码。可用于建立移动通信应用程序。
evrc
- 完整的EVRC压缩解压缩算法源码,通过C-C++编译后可以运行!
evrc
- EVRC的源代码,具体说明可以看里面的readme文件
3GPP2_EVRC_software_vB-1.0_for_C.S0014-B
- 3GPP2 EVRC C.S0014-B 编解码unix/linux源文件
3GPP2_EVRC_software_vC-1.0_for_C.S0014-C
- 3GPP2 EVRC C.S0014-C 编解码unix/linux源文件
EVRC C实现
- EVRC编码实现
HA_YambMP4Tools_CZ.RAR
- YambMP4格式转换工具,能够转换MP3,PCMA,PCMU,EVRC等多种格式的音频文件,能够增加字幕,切分合并文件。是非常不错的工具,YambMP4 format conversion tool that can convert MP3, PCMA, PCMU, EVRC and many other audio file formats, can increase the subtitles, the consolidated document segmentation. Is a ve
evrc_flt_bsdu
- EVR浮点数算法,EVRC算法标准程序,是学习语音编解码的好东西-EVR floating-point algorithm, EVRC algorithm standard procedure is to study voice codec of the good things
evrcfx_dec
- 该源码是用于将EVRC的语音数据转换为wav文件,其中语音数据存放在voice.txt中,在代码中可设置数据存放的地方;打开工程点击执行,当帧转换完毕,则点击pcmtowav.exe将output.enc转换为wav文件,里面的Voice.wav就是这样转换的。-The source code is used to EVRC voice data into a wav file, including voice and data stored in voice.txt, in the code
115157701evrc
- EVRC的实现算法的C描述 总共有七个模块-EVRC implementation of the algorithm C descr iption of a total of seven modules
EVRC
- 完整的EVRC压缩解压缩算法源码,附带一个简单的例子程序。-EVRC complete source compression decompression algorithms, with a simple example program.
EVRC3vers
- 3 complete versions of EVRC codec (version A, B C) with Microsoft Visual 2008 *sln -3 complete versions of EVRC codec (version A, B C) with Microsoft Visual 2008*sln
evrc
- EVRC的压缩与解压缩程序,希望对大家有帮助-evrc coding and decoding, hope it helpful to you
EVRC
- CDMA2000语音压缩编码EVRC的研究和实现,有一定参考价值-CDMA2000 EVRC speech compression coding research and implementation, there is some reference value
EVRC_B_fl_v1.5_20061102
- 这是EVRC(增强型语音编码)的C程序,我认为很有用的,希望能帮助需要的人。因为我也需要他人的帮助-this is a C program of EVRC (enhanced speech coding),I think it is useful for someone ,I hope to help people who need help because I need other s help too.
evrc-vocoder
- EVRC声码器的实现,包括编码和解码,在Visual C++下运行。-vocoder of EVRC ,inchude encode and decode.
evrc
- evrc的实现代码,包含编码和解码,同时1有详细的备注-evrc implementation of the code, including encoding and decoding, while a detailed note
EVRC编解码算法描述及编解码源码
- EVRC是CDMA中使用较为广泛的一种语音编码格式,压缩包中包括了算法描述和代码