搜索资源列表
PlaySound
- 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,\"IDW\",\"WAVE\") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC) FreeResource(hg) r
06
- Playing Wave Files Directly From The Resource via DirectSound通过DirectSound函数从资源中播放Wave声音文件-Playing Wave Files Directly From The Resource via DirectSound through DirectSound function from the resource Wave broadcast sound files
DirectSound
- 使用directsound来播放音频wav文件的小程序,使用时请注意,修改程序代码的wav文件的地址,改成本地的一个wave文件路径即可-Use directsound to play audio wav files small program, please note that when used, modify the program code of the wav file the address of a wave into a local file path can be
vs2010_DirectSound_wav
- vs2010_DirectSound_wav vs2010环境下DirectSound程序播放wav声音 DirectSound是DirectXAudio的一个较底层的部件,提供了丰富的接口函数,实现.wav格式的波形声音数据的播放控制。 -vs2010_DirectSound_wav DirectSound program to play wav sound vs2010 environment DirectSound is DirectXAudio the lower
DSoundWave_demo
- 一个简单的VC++利用directsound实现wave播放,暂停,恢复的程序。-a simple VC++ code using directsound to play wave file,including pause, restart function.
