搜索资源列表
sound
- 利用声卡采集数据,可惜是delphi的。- Using the sound card gathering data, what a pity is delphi.
soundcard-sample
- vc编写的一个声卡数据采集程序,通过vc6.0编译。
VuMeter
- 实时显示声卡音量大小的控件。该Ocx以每秒1/1000 到50/1000毫秒的时间间隔读声卡数据。-real-time audio controls the size of the volume. The second Ocx to 1 / 1000 to 50/1000 millisecond intervals of time card data.
ch20
- 声卡数据采集,LabVIEW图形化编程例程书籍的例程源代码,可以直接使用,或修改部分加入自己的工程,功能稳定。
voiceCard
- 读取声卡数据得动态DLL,是自己编写得,如果有不对的,清指正,见笑了-read card data in dynamic DLL, in the preparation of their own, if wrong, correct money, a laughing stock
Microphone-Camera-audio-video
- 用于实时的声音和视频处理。通过声卡和摄像头来获得声音和视频数据。功能如下: 1.连续记录话音,并绘制当前话音幅度 2.绘制当前话音的频谱 3.计算平均的频谱距离 4.绘制不同图像帧之间的预测动作
CreateWaveFile
- 由vc6.0实现的程序,用于把由声卡采集到的数据转换成.wav文件,以便直接播放。
sound_data
- sound_data利用声卡采集数据并在界面上显示波形
RecieveVoice
- 接收网络送来的PCM数据,送到声卡上播放,和SendReceive结合使用,用来测试不错-receive PCM data from net , and send it to play , combine it with SendReceive ,you will get more use
ADPCMPlayer
- 将一定格式的ADPCM编码数据解码成pcm格式数据,并通过声卡播放-Will be a certain format decoder ADPCM encoding data into a pcm format data, and through the sound card to play
matlab_sound
- 利用matlab做声音分析,从声卡读入数据,并作快速傅立叶等分析。-Using matlab to do the sound analysis of the data read from the sound card, and so on for fast Fourier Analysis.
G711_G721_G723
- 对G72X系列编码的数据进行解码,生成可以使用声卡播放的pcm编码数据。-G72X series of encoded data decoding, sound card can be used to generate broadcast pcm encoded data.
shengka
- 声卡 数据采集 播放演示源程序(vc).-Sound card data acquisition Play demo source (vc).
vc6
- (1) 通过TCP协议与服务器通信 (2) 采用UDP组播与分机通信 (3) Window系统声卡数据的读写等操作 (4) 数据库技术,用来记录请求记录以及历史记录查询 (5) INI文件操作,用来记录系统基本信息 (6) 使用帮助文档让用户更加理解如何操作 (7) 其他相关技术如美化界面,收到请求后图标闪烁等 -(1) communicate with the server through the TCP protocol (2) using UDP multica
mySoundCard-for-Labview800
- LabVIEW基于声卡的数据采集与分析软件,可实现声卡配置,声音采集,时域参数测量,频谱波形显示等功能-LabVIEW-based data acquisition and analysis of the sound card software, enabling the sound card configuration, sound acquisition, time domain parameters measurements, spectrum waveform display and o
TestAvi
- 可实时地将图像和声音数据压缩为avi格式视频,声音是从声卡中读取-Real-time image and sound data to be compressed to avi format video, sound from sound card to read
SOUND_OUT2
- 这是一个MFC声卡数据采集程序,可实现基于PC的数据采。功能相对简单,易于理解-This is a MFC sound card data acquisition procedures, can be PC-based data mining. Function is relatively simple, easy to understand
SimpleWAV
- SimpleWAV使用WinMM库实现了声卡数据采集、录制、播放的过程。-SimpleWAV use WinMM library implements sound data acquisition, recording and playback process.
Waveadpcm
- adpcm语音编码,可以实时读取声卡数据。可以实时读取声卡数据。-adpcm voice coding, you can read the sound card data in real time. You can read the sound card data in real time....
simplest_media_play
- 简单的视音频播放示例 本工程包含了使用各种API(Direct3D,OpenGL,GDI,DirectSound,SDL2)播放多媒体例子。 其中音频输入为PCM采样数据。输出至系统的声卡播放出来。 视频输入为YUV/RGB像素数据。输出至显示器上的一个窗口播放出来。 通过本工程的代码初学者可以快速学习使用这几个API播放视频和音频的技术。 一共包括了如下几个子工程: simplest_audio_play_directsound: 使用DirectSound播放PCM