资源列表
Music
- 用Java编写的MP3播放器,播放时,可以同步显示歌词-It s a MP3 player written in Java which can synchronously display lyrics
block_residual_read_cavlc
- H.264中block_residual_read_cavlc函数的个人注释,如有错误,请指出,谢谢啦-In H.264 block_residual_read_cavlc function personal note, if any error, please point out, thank you
block_residual_write_cavlc
- H.264中block_residual_write_cavlc函数的个人注释,如有错误,请指出,谢谢啦-In H.264 block_residual_write_cavlc function personal note, if any error, please point out, thank you
x264_i386
- 官方发布的H.264压缩、解码源代码,并且有一定的注释,使用方便-the sources of H.264 video compression
emvisi2.tar
- Implementation of Julien Pilet s paper, GMM method for video background detection, robust to sudden light change.
lzw_code_gif_code
- lzw编码,gif图片编码,lena图的lzw可变长编解码-lzw encoding the gif picture coding, lena graph lzw variable length code decoding
shexiangtou
- 易语言摄像头拍照源码,使用易语言来完成摄像头拍照的功能-Easy language camera camera source, easy to use language to complete the camera take pictures function
CD-Player
- 音乐播放器,实现快进快退,下一曲,上一曲 基本功能已实现-music player
audio_analysis_synthesis.tar
- 该代码提供了音频信号的分析与重建示例代码, 该代码用fft 与mdct两种方式对音频信号进行分析和完美重建(perfect reconstruct), 通过该代码的学习可以了解并进一步学习mp3与AAC编码原理, 因为本代码与AAC滤波器组的分析与综合是一样的-audio analysis and synthesis example code
resample-v1.0.0.40.tar
- 采样率转换代码,用多相滤波器实现了音频的抽取、插值与分数倍速重采样, 尤其是分数倍重采样是现在大部分采样率转换代码中没有的,该代码对三种方式都提供了例子代码供参考-resample, decimate and interp audio samples
fir-v1.0.0.40.tar
- 音频信号处理中常用的fir滤波器, 提供了各种窗函数的计算函数,提供了低通滤波器、高通滤波器、带通滤波器、带阻滤波器的设计与实现代码,并提供了例子程序-fir filter , supply lpf,hpf,bandpass and bandstop filter design and implemention
mdct-v1.0.0.40.tar
- mpeg编码中mp3与AAC会用到的mdct模块, 该代码提供了3种计算mdct的方法,第一种为原始公式,第二种为快速FFT变换,第三种是N/4点快速FFT变换。 在初始化时可选择任意一种计算方法,此外,还提供了定点的mdct代码,可以方便进行平台的移植-fast mdct calculate,