搜索资源列表
MP3录音机
- 我常常使用Skype和台湾同胞还有国外的朋友进行联系,有时因为业务需要需要将语音通话录音并保留下来,在我有这个想法的那个时候(2006年)Skype官方并没有提供录音功能,咱们是做程序的嘛,没有的功能可以自己来添加啊,这也是为什么我酷爱编程的原因。 应广大网友的要求,现将该程序的编程思路和源代码贡献出来与大家共勉,希望能给对音频编程有兴趣的朋友提供一点点帮助,那我就心满意足了。 刚开始编写这个程序的时候,我试着用常规的录音方式对声卡进行录音,既然是通话录音,我们希望能将自己的声音和对方的声音
Skype.rar
- 录音合成,将MIC与声卡声音混合输出,修改后可使用。,multimedia
sound_fft
- 采集声卡的信号,并对声音信号进行fft分析,对如何获得声卡信号和简单的信号处理有帮助-it s a very good sample of processing sound card signal
004401
- 1 声音的采集: 将声音信号送入计算机,我们利用了声卡录音的低层操作技术,即对winmm.lib进行API调用。具体编程时这一部分被写在一个类中(Soundin类)。 在构造函数中设定包括最大采样率(11025),数据缓存(作为程序一次性读入的数据,2048),声卡本身所带的一些影响采样数据等的各种参数; 调用API函数waveInGetNumDevs(返回UNIT,参数为空)检察并打开声音输入设备,即声卡;并进而使用waveInGetDevCaps得到声卡的容量(在waveInCa
frmPlanModify
- 二十以上wave文件通过一个声卡设备,说出不同的声音,各走各的,互不干扰,据对好用。-play_muiltwav
SoundCard
- 模拟声卡产生正弦输出声音的VC小程序,可以设置不同的频率、幅值-Generation of sinusoidal output analog sound card sound VC applet, you can set a different frequency, amplitude
1
- pcm录音,将声卡录下声音记录为pcm格式,然后保存-pcm recording, the sound card to record sound is recorded as pcm format, then save
2
- pcm录音,将声卡录下声音记录为pcm格式,然后保存-pcm recording, the sound card to record sound is recorded as pcm format, then save
3
- pcm录音,将声卡录下声音记录为pcm格式,然后保存-pcm recording, the sound card to record sound is recorded as pcm format, then save
dfcd990f1f47
- 用C++编写的声卡相关的操作 采集声音和输出的代码-With C++ Prepared sound related to operation of the sound collection and output code
audio-record-way
- vc音频解码方案,在网上搜索很多天才找到的。 支持常用的ATI声卡,可以录制采集出从声卡发出的各种声音。用于游戏。媒体录音最好不过了-vc audio decoding scheme, a lot of genius in the online search to find. Support for popular ATI sound card can record collection all kinds of sound from sound card issued. For games.
simpleRecord
- 录音程序,可以采集声卡声音,保存为wav格式,适合初学者使用。-A simple recording program, you can capture sound card sound is saved as wav format, suitable for beginners
SinSignal
- 一个正弦波的音频信号发生器的代码,使用vc6编程,可以改变频率驱动声卡发出声音-This is a sine audio signal generator code by VC++ , you can change the frequency drive sound card play it
MulticastDemo
- 音视频聊天演示程序。聊天双方一个作为服务器,一个作为客户机。 客户机呼叫服务器建立连接之后,即可进行音视频聊天——双方都可以看到对方 的图像,可以听到对方的声音。 要求的系统配置:USB摄像头或数码摄像机,声卡,麦克风等。-Audio and video chat demo. Chat with the two sides as a server and as a client. The client call server to establish a connection to
DirectSound
- DirectSound是DirectXAudio的一个较底层的部件,提供了丰富的接口函数,实现.wav格式的波形声音数据的播放控制。 与一般的WindowsAPI提供的声音播放函数不同,DirectSound可实现多个声音的混合播放。DirectSound可充分使用声卡的内存资源,同时也提供了3D声效算法,模拟出真实的3D立体声。-DirectSound is one of the lower parts of DirectXAudio, provides the interface fun
WIN7
- win7下设置默认声卡,一个可以控制系统声音的bas和一种设置默认声卡的方法。-win7 By setting the default sound card, a sound card can bas default control method and a set system sounds.
_Wave
- mfc编写的关于播放声音的源码,通过控制声卡播放的,里面用到了库类-mfc prepared by the play sound source, by controlling the playback of the sound card, which uses the library class
RecordOnTimer
- 按照设定的时间定时录制电脑声卡发出的声音,适合于录制评书等。-record the sound played on Web or other place in computer when the timer is triggered.