搜索资源列表
SampleGrabber
- 声道切换演示程序(新增波形显示功能源码) 主要演示了调用系统接口IMpegAudioDecoder来切换声道和利用SampleGrabber取音频缓冲数据来复制声道达到声道切换。 此种方式切换声道可以支持各种媒体格式,只要媒体文件有两个声道就行了,还有利用SampleGrabber还可以取得视频数据,即SampleGrabber可以取得任何的类型的Sample。 利用本演示还可以实现音效(EQ)和波形显示的功能,只要对音频数据进行相关的处理就行了。 -chan
ffmpeg_mp3_encode
- pcm音频数据编码成mp3文件,编码程序写成了接口,方便调用,参考tests目录下的使用demo(PCM audio data is encoded into a MP3 file, the code program is written as an interface, convenient to call, and refer to the use of demo under the tests directory)