搜索资源列表
MP3_Player_for_Windows7
- 1.Create a new project in Visual Studio 2.Add the existing projects Shell and Core which can be found under the WindowsAPICodePack\shell and WindowsAPICodePack\core folders 3.Add a reference to the above projects and import the following namesp
PemainMusikMp3
- This is a mp3 player program via visual studio. Thank you very much for support PUDN.
PcCode_200885204341969
- 本论文的播放器是在Microsoft Visual Studio.Net 2005平台下利用Visual Basic.Net语言完成的。使用Visual Basic.NET提供的Windows Media Player控件以及文件处理,最终实现一款贴近用户操作习惯的媒体播放器。 该播放器实现了对MP3、等格式的多媒体文件的播放功能;实现了加载多个多媒体文件;打开和关闭程序采用图像的淡入淡出效果;在播放器表面添加美丽的图片;实现联网的广告播放;实现了用户的身份认证、连续播放以及自动关闭播放器等
Mp3Player
- 利用visual studio 2008实现的MP3播放器-MP3 audio plater
MP3Player
- 本设计主要基于Visual Studio 2010编译环境下,涉及到多线程的设计,创建了两个线程,其中一个线程MP3的播放线程,另一个线程是频谱的分析线程,播放线程总是通过解码器获取数据,频谱线程根据当前播放的时间获取到正在播放的PCM数据,使用FFT计算后绘图显示。MP3解码则由由libmad开源解码库完成。-This design is mainly based on the build environment in Visual Studio 2010, related to the mu
lame-3.98.3.tar
- MP3定点编解码源码,运行环境为visual studio 2008,已经通过编译运行。-MP3 fixed-point codec source code, the operating environment for Visual Studio 2008, has been run through the compiler.
Mplayer-Demux
- 早期mplayer开源代码在VC下汇编的移植,可在visual studio 2015下编译运行,汇编语言改为intel汇编,不需要nasm第三方汇编编译器,方便跟踪调试和学习。-Mplayer s AT&T asm to intel asm, can complie under VS2015 without nasm.