Location:
Search - waveout api
Search list
Description: 模块名称: CWaveIn
文件名称: WaveIn.h
相关文件: WaveIn.cpp
封装了Windows API中WaveIn WaveOut系列函数的音频采集类。
只适合pcm方式。
一般可以如下使用:
在某个窗口类中加入此类型变量后,调用ShowInfoOnWnd()和Diaplay()函数设置其显示即时信息和示波器的静态控件。然后设置其保存的文件名称。当调用StopRec()函数时来决定是否将录制的音频信息保存到已经设定好的文件中去。
版权信息: 基本模块构架来自互联网,由 IT浪子小于儿 Jan 29 2008 整理和扩充
Platform: |
Size: 6599 |
Author: IT libertine |
Hits:
Description: 模块名称: CWaveIn
文件名称: WaveIn.h
相关文件: WaveIn.cpp
封装了Windows API中WaveIn WaveOut系列函数的音频采集类。
只适合pcm方式。
一般可以如下使用:
在某个窗口类中加入此类型变量后,调用ShowInfoOnWnd()和Diaplay()函数设置其显示即时信息和示波器的静态控件。然后设置其保存的文件名称。当调用StopRec()函数时来决定是否将录制的音频信息保存到已经设定好的文件中去。
版权信息: 基本模块构架来自互联网,由 IT浪子小于儿 Jan 29 2008 整理和扩充-Module Name: CWaveIn file name: WaveIn.h relevant documents: WaveIn.cpp package in the Windows API function WaveIn WaveOut series audio collection category. Pcm is only suitable way. Generally can be used as follows: in a window class to add this type variable after the call ShowInfoOnWnd () and Diaplay () function to set up their display real-time information and static control oscilloscope. Save it and then set the file name. When you call StopRec () function to decide whether to record audio information is saved to the document has been configured to. Copyright information: the basic framework module from the Internet, from IT is less than the return of a prodigal son Jan 29 2008 collate and expand
Platform: |
Size: 6144 |
Author: |
Hits:
Description: 我们将使用低阶的波形声音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 sine wave generator called SINEWAVE.
Platform: |
Size: 74752 |
Author: 我有罪 |
Hits:
Description: 用vc代码制作简单录音编程,用API界面,能够录音及播放。-Vc code used in producing simple sound recording program, using API interface, be able to sound recording and playback.
Platform: |
Size: 5345280 |
Author: Shalin Zheng |
Hits:
Description: windows 下调用 waveout api 函数-waveout api fuction
Platform: |
Size: 1770496 |
Author: 王何 |
Hits:
Description: 使用低级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*
Platform: |
Size: 1024 |
Author: 贾 |
Hits:
Description: 实现了简单的语音聊天功能,其中涉及到一些API函数,比如waveIn,waveOut等-Implements a simple voice chat feature, which involves some API functions, such as waveIn, waveOut, etc.
Platform: |
Size: 6026240 |
Author: zhang |
Hits:
Description: 介绍了一下waveoutAPI的使用,包括如何创建缓存,如何播放音频文件等。-Describes what waveoutAPI of use, including how to create the cache, how to play audio files.
Platform: |
Size: 29696 |
Author: owen |
Hits:
Description: 使用低级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
Platform: |
Size: 1024 |
Author: 分开 |
Hits:
Description: 使用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.
Platform: |
Size: 492544 |
Author: lq |
Hits:
Description: Using Waveout widows API to playback
Platform: |
Size: 6144 |
Author: jackhsu |
Hits:
Description: 我们将使用低阶的波形声音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 sine wave generator called SINEWAVE.
Platform: |
Size: 6144 |
Author: caai17a395 |
Hits:
Description: 开源音频处理类库
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、提供MIDI文件多种读写方式(NAudio main functions:
1, support a variety of API playback audio, WaveOut, DirectSound, ASIO, WASAPI (Windows Vista and above)
2, support a variety of audio format decompression, MP3 (ACM, AIFF, or DMO decoding) G.711 (mu-law or A-Law), ADPCM, G.722, Speex and SF2
3. You can decode any ACM encoded audio
4. Support WaveIn, WASAPI, ASIO recording
5. Documents supporting the read and write standard WAV format
6. Using a 32 bit mixer engine
6. Provide a variety of reading and writing methods for MIDI files)
Platform: |
Size: 12766208 |
Author: 苟利国
|
Hits: