搜索资源列表
MyDirectSound_src
- This article with its code shows how to play audio stream data with DirectSound. It gives a more flexible method to control the stream data. The demo shows how to play, pause, stop, seek a small or a big WAV file.
实例33 播放WAV文件
- 多媒体编程:wave(波形)文件的读取程序 功能有 wave文件的播放 和 停止-Multimedia Programming : wave (wave) files reader wave function of the document and stop the broadcast
简单的媒体播放器(czy)
- 本章实现了一个简单的媒体播放器,该媒体播放器可以播放Wav和CD光盘。本章主要介绍多媒体相关知识。包括DirectX SDK进行多媒体开发,对混合器设备进行操作和访问,对音量进行获取与设置,播放Wav文件,打开和关闭CD设备,对CD进行播放、停止、前进、后退操作等。-chapter achieve a simple media player, the media player that can play CD and Wav. This chapter introduces multimedia
audioplayer
- lays Windows Media files including files packaged with DRM. It is controlled through a GUI, and commands include Play, Pause, Seek and Stop. The sample can play local files or files read from the Internet-lays Windows Media files including files p
VC_Mp3_player_code
- 小巧的VC的MP3播放源码! 可以播放,暂停,停止!-compact source of MP3 Player! Players can be suspended, stop!
musicframe
- 一个用java编的音频播放器 支持mp3 可以播放 暂停 停止 循环-java with a series of audio players support mp3 players can be suspended stop cycle
SimpleMoviePlay
- 运用MFC和directshow编写的一个视频播发器,具有暂停,播放,停止等简单功能。-directshow using MFC and a video prepared by the transmitters is suspended, broadcast, stop simple function.
recording
- 本录音软件实现了传统录音软件的基本功能,具体功能如下 : 1〉录音:点击开始录音按钮后开始录音,同时将所录内容存于Recording\\bin文件夹下。用户可以直接打开聆听。 2〉暂停,继续:录音过程中可以进行暂停,继续功能,界面上面都会给出对应的状态显示。 3〉停止录音:如果在录音过程中需要终止(比如:所需内容已经录完,但被录文件还没有结束,则可以通过停止录音按钮结束录音),按结束录音按钮后,文件不会被删除,在下一次录音时被自动清除,下一次录音开始之前,用户可以任意使用所录文
audioplayer
- Plays Windows Media files including files packaged with DRM. It is controlled through a GUI, and commands include Play, Pause, Seek and Stop. The sample can play local files or files read from the Internet (including those output to the Internet
45494
- Ball game 1.2 A small ball game using graphics in c. Aim of the game is to stop the ball from hitting the right wall by moving the box. 10 points are given for stopping it once. Speed adds as the score increases by 100. This program was co
autoplaysnd
- 可视动画控件ActiveMovie是Microsoft公司开发的ActiveX控件,从开始的1.0版、1.2版到现在的2.0版,功能上已经有了很大的改进。由于该控件内嵌了Microsoft MPEG音频解码器和Microsoft MPEG视频解码器,所以能够很好地支持音频文件和视频文件,用其播放的VCD效果就很好。另外,播放时若用鼠标右键单击画面,可以直接对画面的播放、暂停、停止等进行控制,读者还可以自行在\"属性\"栏中对影片播放进行控制设置,用起来非常方便。 在Microsoft公司推出的V
mmc_wave_Play
- 我自己做的用mmc函数实现wav文件的播放,停止,暂停,一般的wav播放都是用soundplay这边用mmc函数,适合初学者学习-I do with VAT Function wav file playback, stop, pause, the general wav players are used here with soundplay -3.4 function, for beginners to learn
DirectSoundPlayer
- 一个利用 DirectSound 技术开发的流式播放类: CDirectSoundPlayer,可以设置缓冲区的大小。有播放、暂停、停止、静音和音量调节等功能。-use of a technology development DirectSound streaming broadcast categories : CDirectSoundPlayer, set the buffer size. A play, pause, stop, adjust the volume and mute fun
具有实时采集连续播放暂停停止的远程视频监控系统
- 本程序可以在Windows 98/2000/XP/2003平台下运行,可在VC6.0或.NET中调试。调试前需要安装Microsoft DirectX 9.0.里面有采集播放暂停停止等功能-this program in the Windows 98/2000/XP/2003 platform operation, or in VC6.0.NET debugging. Debugging the former requires Microsoft DirectX 9.0. There are p
机器人语音控制系统
- [Api command] Title=机器人语音控制系统 the message sent to \"Demo Window\" application will be WM_USER+1000+# Message=1 CMDs=零,一,二,三,四,五,六,七,八,九,执行,各关节归零,大臂正转,大臂反转,小臂正转,小臂反转,手腕正转,手腕反转,手爪张开,手爪闭合,上升,下降,大臂运行,大臂负运行,小臂运行,小臂负运行,手腕运行,手腕负运行,手爪运行,手爪负运行,升降运行,升降负运行,大臂归零
windowsplayer.rar
- 自己制作的windows player,能够播放AVI、MP3等格式的音频文件,可以实现暂停、停止、快进、快退、音量、上一曲、下一曲等按钮调节,还有播放列表,功能较完善。,Own production windows player, can play AVI, MP3 and other format audio files, can be achieved pause, stop, fast forward, rewind, volume, a lower one such as button
MediaPlayer
- VC++6.0,使用activemovie控件开发,实现播放,暂停,停止,音量调节等功能,调试正常-VC++6.0, using activemovie control the development, implementation play, pause, stop, volume adjustment and other functions, debugging normal
music-player
- 基于MFC编程编写的简易音乐播放器 功能有:打开文件 播放文件 暂停播放 停止播放自动播放 调节音量 显示音乐详情 退出程序 适用于学习C++的初学者-MFC-based program written in simple music player functions: Play the file to open the file automatically play pause stop playing adjust the volume to exit the program displ
Mp3Player
- 一个简单的MP3音乐播放器,采用系统内置的MCI命令完成,有打开MP3音乐文件、播放音乐、暂停音乐、停止播放、进度条显示等功能,界面图标均属原创。-A simple MP3 music player, with the completion of the MCI command system built with open MP3 music files, playing music, pause music to stop playing, the progress bar display f
MP3
- QT下MP3播放器的代码,开发与设计,功能齐全,可以开始,暂停,停止,上一曲,下一曲,列表,进度,声音。-the MP3 player in the QT ,the funtion is so complete, such as start ,pause,stop,next,front,list,sound,and soon.