搜索资源列表
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.
WaveIn
- 模块名称: CWaveIn 文件名称: WaveIn.h 相关文件: WaveIn.cpp 封装了Windows API中WaveIn WaveOut系列函数的音频采集类。 只适合pcm方式。 一般可以如下使用: 在某个窗口类中加入此类型变量后,调用ShowInfoOnWnd()和Diaplay()函数设置其显示即时信息和示波器的静态控件。然后设置其保存的文件名称。当调用StopRec()函数时来决定是否将录制的音频信息保存到已经设定好的文件中去。 版权信息
rtaudio.rar
- RtAudio is a set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output across Linux, Macintosh OS-X and Windows (DirectSound and ASIO) operating systems. RtAudio significantly simplifies the proc
MixerAPI.rar
- 目前写得最好的一篇关于windows mixer api的文档,读完后,让你恍然大悟,原来mixer api是这样的。,At present, the best written article on the windows mixer api document, after reading so that you came that this is the mixer api.
rtaudio-4.0.6.tar
- RtAudio 適合跨平台 pcm 直接播放的程序開發, 支持多種 Audio Device 輸出-RtAudio is a set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output across Linux, Macintosh OS-X and Windows (DirectSound and ASIO) operating
play
- 利用PC的声卡实现WAV文件的播放 主要是利用windows的API函数-Achieved using PC sound card to play WAV files is to use the main windows of the API functions
VB01
- vb是Visual Basic的简称,是由美国微软公司于1991年开发的一种可视化的、面向对象和采用事件驱动方式的结构化高级程序设计语言,可用于开发 Windows 环境下的各类应用程序。它简单易学、效率高,且功能强大可以与 Windows 专业开发工具SDK相媲美。在Visual Basic环境下,利用事件驱动的编程机制、新颖易用的可视化设计工具,使用Windows内部的广泛应用程序接口(API)函数,动态链接库(DLL)、对象的链接与嵌入(OLE)、开放式数据连接(ODBC)等技术,可以高效
PtrFifo
- 介绍了常用的声音格式,并介绍了如何利用windows系统提供的底层音频API-Common sound formats, and describes how to use the windows system level audio API
RecThreadSrc
- Sound recording by windows audio API
BgMusic播放音频程序源码
- 用简单的api播放音频程序源码。在应用程序中加入声音可以给用户更好的体验,windows提供了多媒体的一些接口,可以用来播放音频文件。-Play audio program source code with a simple api. The sound can give the user a better experience in the application, windows provide a multimedia interface, can be used to play audi
p2p
- 语音通话已经是IM的基本功能了,qq,MSN甚至连刚出来的百度HI都自带语音聊天的功能,大家可能觉得很炫,其实大家都是用的windows平台上的API,懂了原理之后自己也可以做,再说了微软也提供了DirectSound的托管互操作程序集,使.net开发人员也很容易的介入到这个领域,甚至你还可以写一个能跑在window mobile上的语音电话,现在好多手机都支持wifi,这样一个简单的wifi电话就由你的手里诞生了。本帖来和大家一起看看如何来做网络电话。-After the voice call
recAndPlay
- 计算机上通过本机声卡和Windows api 录音和放音,使用VC编写-Computer through the sound card and Windows API recording and playback, prepared using VC