搜索资源列表
MT8870
- 双音频解码器MT8870的驱动,用串口接收数据,可从串口调试器查看接收的数据-dual audio decoder di drives with Serial receive data from the serial debugger view of the data received
mpeg-2编解码原程序
- 里面包含以下内容:1.mpeg2enc 编码器源代码及VC下编译的可执行程序 2.mpeg2dec 解码器源代码及VC下编译的可执行程序 3 verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 4 par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。 5 bin 给出了该文件的可执行程序 6 mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。
libmad-0.15.1b
- mp3音频解码器,符合MPEG-1的Layer-1,Layer-2,layer-3。-MP3 audio decoder, with the MPEG-1 Layer-1, Layer-2, layer-3.
libmad.tar
- libmad 是一款相当不错的mpeg音频解码器.其支持多种处理器,特别指出的是,由于代码实现中未使用浮点运算,对没有浮点运算单元的处理器上其效果特别突出.-libmad is a pretty good mpeg audio decoder. Its support for multiple processors, Of particular note is that the code does not achieve the use of floating-point operations.
mpeg4_player
- Mpeg4播放器,包括mpeg4的视频解码器和mp3音频解码器-Mpeg4 players, including mpeg4 video decoder and mp3 audio decoder
DirectSound_Demo
- 该源码演示了如何使用directsound来编写音频解码器。适合初学者学习directsound的编程。-demonstration of how to use directsound to prepare audio decoder. For beginners learning directsound programming.
Audio codec talkthrough
- BF533 与音频解码器连接回放代码-BF533 CONNECT WITH AUDIO DECODER SOURCE CODE
pcmplayer
- 自己编写的VC6下以directsound编写的以流缓冲的方式播放PCM音频的控制台程序,程序很短小简洁,非常适合学习directsound,并可用于实时播放MP3解码器后解码的PCM流。-I have written under VC6 DirectSound prepared to stream buffer PCM audio broadcast console procedures, the procedures are short and concise, very suitable
35738596PhotoManager
- AC3 格式解码器的源代码,是一个制作DirectX音频解码器的范例。-AC3 format decoder source code, is a production of DirectX audio decoder example.
mp3_c
- c语言编写的mp3解码器,用于对于mp3格式音频的解码。-c language mp3 decoder, mp3 format used for audio decoding.
gsp229src
- GSPlayer 简单音频播放器源码 支持Windows Mobile系统 支持mp3格式歌曲播放,基于MAD 0.15.1b库解码 支持Ogg Vorbis格式歌曲播放 支持Wav格式歌曲播放 支持Http流媒体播放-GSPlayer - Simply audio player for Windows Mobile - MP3 playback using the MAD 0.15.1b - Ogg Vorbis playback - Wave
audio.tar
- //--- --- --- --- --- --- --- --- --- --- --- -- audio_read.c 从多媒体文件中单独读出音频文件并发送给解码器 //-------------------------------------------------------------------- audio_decode.c 接受未解码的音频数据,解码数据后发送给播放器 //------------
aac
- 关于MPEG2 AAC音频解码器设计与实现论文-MPEG2 AAC audio decoder on the Design and Implementation Papers
AACDeDll
- AAC解码器,非常好的一种音频压缩方法,希望你能从中学到很多东西,也支持一下本站-AAC decoder, an audio compression method is very good, I hope you can learn lots of things about this site also supports
WM8731音频编解码器中文资料
- WM8731音频编解码器,芯片的中文资料,模数、数模转换器
c语言做的播放器源码
- 这是一款mp3播放器的设计,包括音频解码。(This is a very good game ,welcome to play.)
audio player
- 用于从SD读取到解码播放的整套音频播放器代码,平台基于STM32,支持FLAC,MP3,APE等等格式(Used to read from SD to decode and playback of the entire set of audio player code, the platform based on STM32, support FLAC, MP3, APE and so on format)
bluedroid
- 蓝牙音频传输SBC格式解码器,SBC->PCM,双声道,最大采样率48Khz,采样宽度16bit(Bluetooth audio transmission SBC format decoder, SBC->PCM, dual channel, maximum sampling rate 48Khz, sampling width 16bit)
电影播放器
- 利用可视动画控件ActiveMovie制作的电影播放器,播放功能强大,其中内嵌了Microsoft MPEG音频解码器和Microsoft MPEG视频解码器,可以很好地支持音频文件和视频文件,播放的VCD效果就很好,希望对爱好者有所帮助。