搜索资源列表
faad2.1
- aac的命令行解码器,支持几乎所有编码格式的aac/mp4/m4a音频文件。也可以用来修复一些aac音频文件(变向)-the command line aac decoder, support almost all of aac/mp4/m4a coding format audio files. Can also be used to repair some aac audio files (to change)
faad2
- AAC编解码源码,Advanced Audio (AAC) Decoder including SBR decoding,(mp3已经过时了,这是包含SBR的最新AAC编解码算法)-AAC encode/decode source . Advanced Audio (AAC) Decoder including SBR decoding. Mp3 was out. This package incoude latest SBR ACC encode/decode arithmetic
faad2-2.0
- AAC source code for developing the audio compression applications-AAC source code for developing the audio co mpression applications
faad2-2.6.tar
- AAC+SBR+PS Decoder
faad2-2.6.1
- FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. FAAD2 includes code for SBR (HE AAC) decoding. FAAD2 is licensed under the GPL. 该版本是最新发布的版本,能够在VC6.0和VC8.0下编译通过。
faad2-2.7.tar.gz对AAC的音频文件进行分析并输出各种音频格式的源代码
- 对AAC的音频文件进行分析并输出各种音频格式的源代码,十分难得!,Of AAC audio files to analyze and export a variety of audio formats, source code, is very rare!
faad2-2.7.rar
- faad 是解码aac 音频文件的源代码。,faad is a software for decode aac.
faad2-2.6.1.tar.gz
- FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder, it is licensed under the GPLv2 license. Features: Portable Reasonably fast LC, Main, LTP, SBR, PS support DRM support through DreaM DAB+ support Source packages are available in the
faad2-2.7
- MPEG-4 AAC的开源代码,其中包括MS,TNS,LTP等模块,实现音频解码-MPEG-4 open soucre ,including MS TNS andLTP
faad2-2.7_decoder_SBR
- Free AAC decoder which include SBR.This is freeware AAC decoder .
faad2-2.7
- 开源的AAC音频解码库的源码。广泛应用于各种平台的AAC音频解码软件中。具有很高的学习价值。-Open-source AAC audio decoding library source. Widely applied in all kinds of platform in the AAC audio decoding software. High learning value.
faad2.tar
- FAAD2 是一个开源的 MPEG-4 and MPEG-2 AAC 音频解码器, 该开源代码遵循GPLv2 license协议.-FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder, it is licensed under the GPLv2 license.
faad2-3.0
- faad2 源码 可以用于学习和代码移植-faad2 source code can be used to learn and code transplant
faad2
- WINCE6.0平台 AAC音频解码库,c/c++版本-AAC decode library in wince platform
SpecialAAAC
- 己的开源小项目:AAC格式分析器。AAC全称是Advanced Audio Coding,是互联网上使用极为广泛的音频编码格式,也是当前性能差不多最好的音频编码格式。现有的互联网上的视频很大一部分都是使用AAC进行音频编码的。使用VC 2010的MFC开发完成。开发的时候使用了一个AAC的开源解码器faad2。目前软件的的分析功能还不是很强,提取了AAC解码过程中的一些参数。以后有时间进一步完善相关的功能。 详情参考《AAC格式分析器》: http://blog.csdn.net/lei