搜索资源列表
MP3录音机
- 我常常使用Skype和台湾同胞还有国外的朋友进行联系,有时因为业务需要需要将语音通话录音并保留下来,在我有这个想法的那个时候(2006年)Skype官方并没有提供录音功能,咱们是做程序的嘛,没有的功能可以自己来添加啊,这也是为什么我酷爱编程的原因。 应广大网友的要求,现将该程序的编程思路和源代码贡献出来与大家共勉,希望能给对音频编程有兴趣的朋友提供一点点帮助,那我就心满意足了。 刚开始编写这个程序的时候,我试着用常规的录音方式对声卡进行录音,既然是通话录音,我们希望能将自己的声音和对方的声音
利用Windows API函数实现多媒体文件得播放,可以播放MPG、AVI、MDI、WAV等文件以及文件信息
- 利用Windows API函数实现多媒体文件得播放,可以播放MPG、AVI、MDI、WAV等文件以及文件信息
具有频谱显示的MP3播放(Decoder跨平台)
- 具有频谱显示的MP3播放器(MP3播放、频谱显示、ID3Tag解析),其中MP3Decoder/FFT包含全部源码:可以移植到其他平台;显示部分使用的是Windows API
RecordWaveForm
- 用Windows多媒体API开发的一个简单的录音程序,实现了录音和回放、快进、暂停、倒带等功能-Windows Multimedia API with the development of a simple recording procedures, the recording and playback, fast forward, pause, rewind and other functions. . . .
WaveFormRecord10
- windows 底层API winmm编写的一个录音放音示例程序,缓存区放在确定的地方,方便于做音频信号处理-winmm api C++ coad for voice record and play
RecordHWnd
- windows API实现的录音并播放音频,并且能够枚举出当前机器有几块声卡并显示其名字-windows API to achieve the sound recording and playback audio, and can enumerate a few of the current sound card machine and display its name
VideoPlayerTerminal
- windows API实现播放器,适合初学者学习API-windows API to achieve players, suitable for beginners to learn API
Record1
- Windows提供了一个称为「录音程序」来录制和播放数字声音。程序(RECORD1)不如「录音程序」完善,因为它不含有任何文件I/O,也不允许声音编辑。然而,这个程序显示了使用低阶波形声音API来录制和回放声音的基本方法。-Windows includes a program called Sound Recorder that lets you digitally record and playback sounds. The program(RECORD1) is not quite as
mmfile_play.ZIP
- WINDOWS多媒体API播放器-windows media player
WaveProcess
- 这是一部以软件形式分发的电子书。书名是《声波处理程序设计》。它和普通电子书的主要区别是不借助通用电子书工具,而是直接以编程方法形成标准 Windows 程序,形式类似普通学习软件。电子书包括如下内容: 声波数字化原理 Windows 声波编程概述 录放音应用程序实例 播放和创建声波文件 压缩声波编码应用实例 声波处理是多媒体编程的重要内容,也是程序设计的普遍难点。Windows 环境提供了多种声波编程支持。一般开发者可以借助这些支持很快写出处理程序,
MIDIPlay
- TMidiPlay is a class for handling MIDI streams in windows using API in Builder environment. You can use this class to open MIDI devices, Play MIDI stream, ally any filters or modifications on the MIDI stream.
SounRecord
- 利用Windows API 的底层函数进行录音生成标准的WAV文件.-record sound with Windows API and generate standard WAV file
win32_play
- 利用Windows API函数播放WAV文件。程序中有详细的日志记录,帮助你理解其原理和步骤。-play wav audio file using Windows API, it has a detail log file which will help you comprehend the principle and steps.
Genericcamera
- Generic API to use the camera of windows mobile device.
WMAudio
- 这是运行在windows下的程序,主要是利用了windows的api来实现了音频的采集和回访功能,其中用到了g711编码方式。后来我将此源码用于window mobile上(稍作修改)同样可以正确执行-This is a program running under the windows, mainly using the windows api to achieve the acquisition of audio and returning function, which uses g711
audio-player-no-api
- 很多人实现了比较高层的系统组件,来实现话音/音乐的播放,如基于Windows Media Player或DirectShow的。不过,这些有很多的缺陷,比如,他们不可以在on the fly情况下操作实际的音频数据。这是C#不调用api的情况下实现的底层音频操作.-Many people achieve a relatively high level of system components, to achieve the voice/music player, such as Windows
sound-api
- 声音编程的参考资料,介绍基于windows系统的多媒体接口及其编程,代码级讲解。-This is a DOC file tell you something about soundcode,and windows api.
NetWavPlayer
- 利用windows底层API开发的具有录音效果,网络传输功能的小软件,对于新手学习音频格式信息方面的有帮助,喜欢原生态的可以看看,里面用了缓存处理,dos命令行操作-Use Windows API development bottom with recording effect, network transmission function of the small software, for beginners learning audio format information of help,
VideoCut
- 利用Windows API,编程实现简单的视频捕捉功能。-Windows API, programming simple video capture function.
Windows-communication-platform
- 相当优秀的windows for sdk;可以运行在windows所有版本上,实现与ios、linux、web、android等平台的通话,开放了源码,在/src文件夹下,有服务器端跟客户端的;API接口说明在/doc文件夹下, 可以参考进行二次开发。支持1080P高清,P2P传输,完美无回声问题。-Quite outstanding of windows for sdk running on windows all version with ios, linux, web, and