搜索资源列表
MP3解码的源代码
- 是一个很详细的MP3解码原理的源码,十分详细,解码成为PCM音频流,大家都可以看下
pcm 网络传输语音
- 利用socket 实现的机遇pcm编码的 语音传输 小程序 供大家参考学习··
raw语音识别库
- 读写PCM格式的wav文件库
FFT-PCM.rar
- 这是本人做的一个,基于VB的一个音频文件FFT计算与频谱显示的软件。包括源代码,是个不错的源代码。,This is one I do, based on the VB of an audio file FFT calculation and spectrum display software. Including source code, is a good source code.
PlayerPCM
- 可以对PCM文件进行播放,可用于音频压缩的基础应用-PCM files can be played, can be the basis for applications for audio compression
PCM+to+G729
- PCM转g.729的源码 用vs2005编译通过-PCM to G.729 source code with VS2005 compiler through
PcmALaw
- PCM音频压缩为PCM A-Law格式以及相应的解压缩-PCM audio compressed to PCM A-Law format, and the corresponding decompression.
WAVE-pcm
- 波形文件分析器,适合于pcm编码格式的 wav 音频文件,内含读取wav文件,抽取和插入操作~-Wave file analyzer, suitable for pcm encoding format of the wav audio files, containing read wav files, extraction and insertion operations ~
MP3-Code
- Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。 -Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum
libzplay-1.02-source
- libZPlay是解析mp3, ogg, ac3, flac, wav and pcm 种格式的多媒体库的源码,整合支持所有格式的解码器。你不需要额外的lib。仅使用kernel32.dll, user32.dll, gdi32.dll 和 winmm.dll,微软Windows标准库。也不需要mfc和.net的支持,只是纯粹的WINAPI。简单几行代码就可以实现播放-libZPlay multimedia library for playing mp3, ogg, ac3, flac, wav
WSPChangerVer(1.03)
- windows wave audio pcm changer source code-windows wave audio pcm changer source code
windows-WAVtoPCM
- Wav to raw PCM converter
PCM
- 实现PCM编码和解码,这是完成数据填充到WAV文件中的重要的一步-PCM encoding and decoding to achieve, which is the completion of data into WAV file, an important step
2
- pcm录音,将声卡录下声音记录为pcm格式,然后保存-pcm recording, the sound card to record sound is recorded as pcm format, then save
mp3playerexample
- A tiny application demonstrating the use of libmad to decode mp3 files and libao to play the decoded pcm audio.
pcmtest
- pcm 播放和录取 测试程序,能播放文件-pcm playing and taking the test program, can play the file
mp3_Encode
- 将PCM数据转换成MP3数据,pcm数据是音频原始数据-The PCM data into MP3 data, pcm audio data is original data
pcm_db_check
- 解析wav文件,分析PCM数据的音量,目前仅支持48K采样率、16位采样深度,未压缩的PCM数据 VS2008 编译通过,其中用到了glib,需要自行安装(Parse WAV file, analyze PCM volume)
simplest_audio_play_directsound
- 利用系统dsound实现播放pcm音频数据。(Using system dsound to play PCM audio data.)