搜索资源列表
waveout
- 一个非常完全的waveOut程序,包括了一个waveOut类和使用类的范例,这个范例获得Windows下所有的wave输入输出设备的名称以及属性
windows 下 用vc++6.0编写的MP3播放器,
- windows 下 用vc++6.0编写的MP3播放器, 主要用了libmad解码,再写入waveout播放。 采用多线程播放MP3文件-Under windows prepared using vc++6.0 MP3 player, use the libmad decoder key, and then write waveout play. Play MP3 files using multiple threads
waveout.rar
- 用于定时中断输出波形,可调整正弦波的频率和占空比。,Interrupted from time to time for the output waveform, sine wave of adjustable frequency and duty cycle.
samsound.rar
- 使用低级api音频函数,是一些列以wave开头的api函数,waveIn*是声音输入的。waveOut*是输出的,The use of low-level api audio function, are out to wave at the beginning of the api function, waveIn* is the voice input. is the output waveOut*
WaveOut
- 使用低级音频函数WAVEX播放WAV,自己写的-The use of low-level audio functions WAVEX play WAV, wrote it myself
Audiocommunication
- 音频通信,传输通过套接字(Socket)实现,音频采集和回放通过WaveOut实现-Audio communication, transmission through the socket (socket) to achieve, audio capture and playback achieved through waveout
Render
- windows 平台上独立的音频视频播放库。想学习directdraw和waveout 相关知识的人可以参考-windows platform independent audio video player library. DirectDraw and waveout want to learn the relevant knowledge can refer to
SineWave
- 我们将使用低阶的波形声音API(即,前缀是waveOut的函数)来建立一个称作SINEWAVE的声音正弦波生成器。此程序以1 Hz的增量来生成从20Hz(人可感觉的最低值)到5,000Hz(与人感觉的最高值相差两个八度音阶)的正弦波。-We re going to use the low-level waveform audio APIs (that is, the functions beginning with the prefix waveOut) to create an audio s
WaveOut_Demonstrate
- Show to use WaveOut function to play a audio file with raw data-Show how to use WaveOut function to play a audio file with raw data
waveout
- 介绍了一下waveoutAPI的使用,包括如何创建缓存,如何播放音频文件等。-Describes what waveoutAPI of use, including how to create the cache, how to play audio files.
Access_waveout_buffer
- TAPIEx Example Code Dealing with WaveOut Buffer in TAPIExCt.d-TAPIEx Example Code Dealing with WaveOut Buffer in TAPIExCt.dll
recorder
- 一个录音机程序,采用WaveIn和WaveOut实现语音的采集和回放-a tape recorder that utilizes WaveIn WaveOut voice and the acquisition and playback
wavout
- Windows waveOut Tutorial-Windows waveOut Tutorial
Tssamsoundh
- 使用低级api音频函数,是一些列以wave开头的api函函数,waveIn*是声音输入的。waveOut*是输出的 -The use of low-level api audio function is the beginning of a series of wave api letter function waveIn* sound input. waveOut* output
audio
- 电脑扩音器,利用电脑进行声音放大,采用了WAVEIN和WAVEOUT函数-Computer loudspeakers, the computer sound amplification, using WAVEIN, and WAVEOUT function
testwave
- vc++写的录音与播放测试程序! 主要代码WaveIn.cpp和WaveOut.cpp!-vc++ Written recording and playback test program! Main code WaveIn.cpp and WaveOut.cpp!
AudioPlayTest
- 使用waveOut*系列API写的一个windows音频播放demo,代码很简洁,非常适合需要的人研究学习。-Use waveOut* Series API to write a windows audio player demo, the code is very simple, very suitable for those who need study.
WaveOutPlayer
- 使用WaveOut控制声卡来播放WAV、MP3音频的多媒体辅助接口类,你可以将它放到你的程序中并调用类的接口函数。本工程中附带了一个BIG包播放器作为范例,可以打开《命令与征服-将军》等游戏的BIG文件包,播放里面的游戏音乐-Multimedia interface using the WaveOut control card to play WAV, MP3 audio, you can use it in your program and call the class interface f
WaveAudioSample
- Using Waveout widows API to playback
WaveOutDemo
- winform 下用WaveOut播放UDP接收音频流(WinForm UDP receive audio stream with Waveout)