搜索资源列表
windows_waveRecord
- 本程序利用windows自带的waveIn和waveOut等函数进行录音并播放
WaveIn
- 模块名称: CWaveIn 文件名称: WaveIn.h 相关文件: WaveIn.cpp 封装了Windows API中WaveIn WaveOut系列函数的音频采集类。 只适合pcm方式。 一般可以如下使用: 在某个窗口类中加入此类型变量后,调用ShowInfoOnWnd()和Diaplay()函数设置其显示即时信息和示波器的静态控件。然后设置其保存的文件名称。当调用StopRec()函数时来决定是否将录制的音频信息保存到已经设定好的文件中去。 版权信息
WaveMixer
- 你是否曾经想知道,为什么不同的乐器上演奏同样的音乐,听起来确不一样呢?你是否想知道声音是如何可视的?欢迎入门波形浏览器! 随着这个小的应用程序,你可以通过添加许多频率合成声音。你可以听你自己的声音,并添加正弦波,知道它们听上去那么悦耳。 本例中的声音输出采用来自的A full-duplex audio player in C# using the waveIn/waveOut APIs代码。
TMRBE_win32
- wince下的录音放音函数wavein、waveout的简单封装,做成了dll库
MyRecord
- VC下使用wavein/waveout的SDK进行录放音的Demo-use wavein VC / waveout SDK audio recorders for the Demo
MyRecorder
- 一个录音机程序,采用WaveIn和WaveOut实现语音的采集和回放-a tape recorder that utilizes WaveIn WaveOut voice and the acquisition and playback
视频会议源码
- AcmCodec.cpp AcmCodec.h AddrBookDlg.cpp AddrBookDlg.h AudioPage.cpp BandWidthDlg.cpp BandWidthDlg.h [bin] BitCtl.lib CallDlg.cpp CallDlg.h CapturePage
音频波形显示和滤波
- 音频波形显示和滤波,1、录音功能:CWaveIn类2、播放功能:CWaveOut类3、波形显示和滤波:CFilter类4、语音数据压缩解压:CG729aCompress、CGsmCompress 因为继承至同一个父类,所以它们的接口是一样的, Audio frequency profile demonstration and filter,1, recording function: CWaveIn kind 2, broadcast function: CWaveOut kind 3, pr
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*
wavein
- 用vc代码制作简单录音编程,用API界面,能够录音及播放。-Vc code used in producing simple sound recording program, using API interface, be able to sound recording and playback.
freetalk
- 实现了简单的语音聊天功能,其中涉及到一些API函数,比如waveIn,waveOut等-Implements a simple voice chat feature, which involves some API functions, such as waveIn, waveOut, etc.
CASourceGrabber
- this program can capture the source from the microphone in window mobile or other windows platform. it use a fundamental wave library in windows such as WaveIn-this program can capture the source from the microphone in window mobile or other windows
src
- 圆环式 360度 双波普MP3 播放器,超酷!flex + FlashCS4-WaveCircle Flex+FlashCS4 varsion, waveIn&waveOut 360 MP3 player
recorder
- 一个录音机程序,采用WaveIn和WaveOut实现语音的采集和回放-a tape recorder that utilizes WaveIn WaveOut voice and the acquisition and playback
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!
naudio
- 开源音频处理类库 NAudio主要的功能: 1、支持多种API播放音频,WaveOut、DirectSound、ASIO、WASAPI (Windows Vista及以上) 2、支持多种音频格式解压缩,MP3(ACM或者DMO解码)、AIFF、G.711(mu-law或者a-law)、ADPCM、G.722、Speex、SF2 3、可以解码任意ACM编码的音频 4、支持WaveIn、WASAPI、ASIO录音 5、支持读写标准WAV格式的文件 6、使用32位混音引擎 6、提供