搜索资源列表
G.728code
- 该算法是G.728音频编码解码程序 供大家参考-G.728 audio codec procedures for your consideration
G722CodecPc
- G722音频编码解码标准的PC程序实现,用C语言编写,效率不高,需要优化-G722 audio codec standard PC program, the C language, efficiency is not high, we must optimize the
G723_C_a
- ITU-T发布的音频编解码协议g.723.1源码,欢迎交流-ITU-T released the audio codec agreement g.723.1 source, the exchange of welcome
mp3decoding
- mpeg层3音频编码程序,实现对音频的编码(与解码文件配套使用)-mpeg layer 3 audio coding procedures, the right Audio Coding (with documents supporting the use of decoders)
mpg2_2
- mpeg2编码解码源程序代码,其中不仅包括视频文件,还包括音频文件 -mpeg2 codec source code, which includes not only video files, including audio files
Blackfin_SpeechAudio
- ADI BLACKFIN BF533的音频编解码程序
g729matlab
- g729音频编解码,完整的matlab程序
mp3_toolbox_v2[1].0
- 这是matlab下进行mp3音频编解码的工具箱。包含了文件读取输出、编解码以及采样率转换等工具
avsdec_source
- AVS是中国自己推出的视频图像音频编解码标准。包中是AVS 源代码,在C++环境下运行。
av3dec
- AVS音频解码器源代码,该源代码可以实现对于适合AVS音频编码标准编码的标准进行解压缩,该版本是根据AVS标准的最新版本。
interpolator
- 插值滤波器,用于音频解码调制解调,滤波器系数用移位相加实现-Interpolation filter, audio decoder for modulation and demodulation, filter coefficient shift combined with the realization of
bsac
- BSAC算法是一种音频解码算法,由于网上相关资料比较少,所以比较珍贵。-BSAC audio decoder algorithm is an algorithm, as a result of less relevant information online, it is more valuable.
AVS_P3_dec
- AVS 音频解码参考软件,本人亲自验证,没有问题,请放心下载。-AVS audio decoder reference software, I personally verified, there is no problem, please be assured to download.
635352745mp3read
- MP编解码,加载音频文件,通过编解码模块,分别实现音频文件到mp3文件的互相转换。-mp3coder and decoder
DTMF
- 利用MATLAB 仿真DTMF音频的产生及其解码的程序代码。很好! -Simulation using MATLAB DTMF generation and decoding the audio code. Very good!
source_decoding
- 对声音服务进行AAC音频解码,对数据业务进行解压缩和数据归类-AAC decoding for audio services ,Data sorting and decompression for data services
MEHFR
- 上海交大硕士毕业论文《基于最小熵谱估计的 高频重建算法研究》:本论文提出了一种基于最小熵谱估计的高频重建算法(论文中简称为(MEHFR),该算法利用最小熵准则对信号谱进行外推,从而重建出音频信号的高频分量,论文同时对提出的MEHFR算法作了改进和性能分析,并给出了MEHFR成功应用于目前主流音频编解码器——MP3的一个实例-This thesis puts forward an algorithm of high frequency reconstruction based on minim
speex-1.2
- 是一套主要针对语音的开源免费,无专利保护的音频压缩格式。Speex工程着力于通过提供一个可以替代高性能语音编解码来降低语音应用输入门槛 。另外,相对于其它编解码器,Speex也很适合网络应用,在网络应用上有着自己独特的优势。同时,Speex还是GNU工程的一部分,在改版的BSD协议中得到了很好的支持(It is an open source, free, patent free audio compression format for speech. Speex works to reduce
Jpeg
- 视音频课程作业,对视频抽帧,对单张图片进行yuv420采样、DCT变化、量化以及反量化、IDCT变化(Jpeg Encoding & Decoding)
lame最新版本
- mp3的编码和解码,在目前开源的处理mp3的库里面是音质处理最好的,纯c编写可以跨平台使用。