搜索资源列表
Effecto_Src
- play wave file and show effect 3d , you can set lister in everywhere ,voice will change ,can set 8 echo
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
AdjustSound
- AdjustSound sample shows how to load and play a wave file using a DirectSound buffer and adjust its focus, frequency, pan, and volume. -AdjustSound sample shows how to load and play a wave file using a DirectSound buffer and adjust its f
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.