搜索资源列表
MP3player
- 该C++源码能实时显示音频频谱,就像有些多媒体播放器那样,播放音乐时显示的波形,可以作为新手学习C++语言用,也可以供程序开发人员参考借鉴……可直接双击.dsw的文件进行执行……
wave
- WAVE文件的格式播放。低级音频函数的使用比较繁琐,大致要有以下几个步骤。 1. 用waveInOpen打开设备,并设置回调。因为要保证实时性,所以不能用查询的方式,而必须设置回调。 2. 为设备分配足够的内存做缓冲区,动态分配或静态数组都可以。为了保证实时性,程序用了双缓冲技术,在处理一个缓冲区数据的同时另一个缓冲区用于录音。为了便于说明写成Buffer1、Buffer2。 3. 将Buffer1关联到设备上去,waveInPrepareBuffer、waveInAddBuf
testsoundplayer
- directsound 8.0 播放音频的代码,经过修改,支持实时效果。-directsound 8.0 play audio and sound, support live source.
G722_1Decoder
- G722_1Decoder 是一个基于C的可供移植的DLL, 可以用于引入到.Net程序,只需调用DllImport即可方便地在.Net Project 里使用,可用于多媒体在网络中的实时音频传输和播放。-Is a G722_1Decoder of available C based on the DLL, can be used for the introduction of the. Net program, simply call the DllImport can easily.
mediagather
- 比较简单的VC音频采集程序,可采集传感器等非音频信号,能够实时显示波形。采集完音频可以对音频进行播放,程序比较简单,只能当作一个模块来用,其它功能回放等功能并不能用。-Relatively simple procedure VC audio collection can be collected non-audio signals, such as sensors that can display real-time waveform. End audio collection can be c
recordhwnd
- 用vc做的一个音频实时采集播放的程序,采用双缓冲机制-Vc do with a real-time audio broadcast of the program acquisition, use double buffering mechanism
playwave
- 广播行业用,对直播信号进行实时压缩,在不影响实际播出效果的前提下,每小时能够将直播节目压缩成56分钟,然后可以插入自己的4分钟广告,主要是音频采集、压缩、MP3和WMA插入播放-Use of the broadcasting industry, on the live real-time signal compression, the effect does not affect the actual broadcast on the premise hour live program can
sound
- 音频信号采集,播放,可以自由播放,具有实时采集播放的功能。-Audio signal acquisition, broadcast, free play, play with real-time data acquisition.
Wave
- 实时采集音频信号并显示波形,同时播放声音信号-To collecting audio signal in real time and displays the waveform, and at the same time play a sound signal
Audio-Collection
- 这是一个音频实时采集功能并具有播放功能程序的源代码。-This is a real-time acquisition function of an audio playback function program source code.
Speech-Multicast-communication
- 多媒体通信课程实验,从个麦克风获取音频,以组播方式发送出去,然后接收端在通过扬声器播放出来,实时通信,外加RTP控制-Multimedia communication course experiments, get the audio from a microphone, sent in multicast mode, then the receiving end in the broadcast through the speakers, real-time communication, pl
TimePlayWav
- TIMEPLAYWAV,实时播放WAV音频文件,很好用的-TIMEPLAYWAV, real-time playback WAV audio files, the good use
Audio-capture-and-playback
- vc6.0环境下编写的基于快速傅里叶变换(FFT)的音频采集和播放代码,采用mfc设计的采集和播放界面,并能实时的看到声音波形。-vc6.0 environment prepared based on Fast Fourier Transform (FFT) audio capture and playback code, mfc design capture and playback interface, and can see the sound waveforms in real time
WMPlayer_win_source
- 该RTSP播放器实现了主流RTSP播放器的基本功能,并有所拓展: 1、RTSP 标准码流(包括音视频)的实时预览播放; 2、网络数据流的断线重连; 3、对存储文件的解码播放以及控制; 4、音视频码流的同步存储,文件存储时以当前系统的时间戳作为音视频 播放时的索引,方便在文件播放时以时间戳作为检索条件来点播文件; 5、视频播放格式上支持 h.264、mpeg4、mpeg2 等,音频播放格式上支 持 AAC、AMR、G711 等;
audio_mix-master
- 音频混合:实时录制audio时录制麦克风数据 和 写入背景音乐 本次案例实现了 *MediaPlayer 播放音频 *AudioTrack 播放音频 mp3 --> pcm data ( libs/jl1.0.1.jar ) *AudioRecord 录制音频 pcm file *AudioTrack 播放音频 pcm data *AudioRecord 录制音频 use MediaCodec & MediaMuxer write data *MediaExtract
MultiPlayDemo(C#)En
- 应用于多媒体播放文件,C++ 实时播放音频数据。(Apply to multimedia playback files)