搜索资源列表
(vb.net)wave
- 这是一个在vb.net下完成的循环播放avi文件的例子,使用windows api实现的-in vb.net complete the cycle broadcast avi file example, the use of windows api realized
cswavrec_src
- C#实现的WINDOWS录音与回放,使用WAVE系列API函数,效果很好.加上压缩库与网络模块,可转变成网络聊天程序.-C# implement windows wave record and play back, using wave api. Very good purpose. Include encode lib and network module,can convert to network chat program.
waveply1
- 用Wave API进行Wave文件的播放-with Wave Wave API documentation players
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*
audiowav
- 探测wave的输出波形显示波形图及其波形动态条图。采用waveInopen 等api函数处理。-Detection wave output waveform display waveforms and waveform dynamic bar graph. WaveInopen such as the use of api functions to deal with.
fister
- 一个语音处理程序,使用底层API进行录制和播放wave文件。-A voice processing program, which uses low-level API to record and play wave files.
tapiwave
- 一个tapi开发的很好的语音通信程序- A tapi development very good pronunciation signal procedure
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
wavein
- 用vc代码制作简单录音编程,用API界面,能够录音及播放。-Vc code used in producing simple sound recording program, using API interface, be able to sound recording and playback.
WaveProcess
- 这是一部以软件形式分发的电子书。书名是《声波处理程序设计》。它和普通电子书的主要区别是不借助通用电子书工具,而是直接以编程方法形成标准 Windows 程序,形式类似普通学习软件。电子书包括如下内容: 声波数字化原理 Windows 声波编程概述 录放音应用程序实例 播放和创建声波文件 压缩声波编码应用实例 声波处理是多媒体编程的重要内容,也是程序设计的普遍难点。Windows 环境提供了多种声波编程支持。一般开发者可以借助这些支持很快写出处理程序,
1
- 这个代码演示了一个有趣的半透明水波实时倒影窗体特效,代码也很精简,特效比较不错,有文字,有图形。使用了UpdateLayeredWindow()API函数,支持在2K/XP下运行。-This code demonstrates an interesting reflection of the form of semi-transparent water wave real-time effects, the code is very concise, special effects quite
Wave
- 声音相关,可调节声音的代码,主要用一些API函数实现-Sound-related, adjustable sound code, the main use some API function implementation
oscilloscope_src
- 这是一个简单的应用我建立理解波的Windows音频API的基础知识,并获得一个快速傅立叶变换(FFT变换)的基本掌握。它的功能是:双缓冲绘图,取样的音频源,选择一个录音源使用搅拌机,FFT频谱计算阵列,并策划采样数据。 -This is a simple application I built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Tra
BCB-talkroom
- 大学时设计的集成语音,文字聊天的基于BCB的聊天软件,及资料,权作学习之用。 简介: 语音的采集,处理,播放 采用Windows MDK的低层音频服务比较合适采用,这一类函数和结构的名字都在MSDN中以“WAVE”为前缀。运用这些API完成的任务有,打开录音设备,获取设备句柄,指定录取格式,分配语音内存块。在当中某一内存块写满时,会产生一个MM_WIM_DATA消息,所对应窗口会调用相应处理函数。播放时理,只不过不是录音设备,而改为播放设备,也是当分配内存读写满时产生消息响应-Un
WaveX-API
- 语音采集的步骤,wave ApI包含的函数-the proceesing of voice
Spectrum-Analyzer
- 这是一个简单的应用,建立了解的Windows音频波形API的基本知识,并得到快速傅立叶变换(FFT)基本掌握。应用程序的特点是:双缓冲图形,采样音频信号源,选择录音源,使用调音台,计算FFT频谱阵列,并绘制采样数据。-This is a simple application built to understand the basics of the Windows Audio WAVE API, and to get a basic grasp on Fast Fourier Transfor
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
wave
- 语音实时采集并显示波形 winmm.dll wave api-Voice for real-time acquisition and display waveform the winmm.dll wave API
voip
- 基于wave API函数的语音聊天室程序.根据书上例程,自己编写的语音聊天室程序,完成VOIP功能!-Voice chat room procedures wave API functions. Routines based on the book, write your own voice chat program, complete the VOIP function!
audio
- 实现简单的录音功能,C#实现的WINDOWS录音与回放,使用WAVE系列API函数--C# implement windows wave record and play back, using wave api. Very good purpose. Include encode lib and network module,can convert to network chat program.