搜索资源列表
pcamtasia201a
- wav转3gp格式的软件,使用起来比较简单,
convert
- 音频采样率转换精度代码,同时可以转换编码格式,g711转pcm及pcm转g7-Audio sample rate conversion precision code, can be converted encoding, g711 g711 turn pcm and pcm turn
PCMTOWAV
- 这是一个DLL系统,进行PCM转化为WAV格式.去除杂音.采用了东进库.并带有说明文档.-This is a DLL system, PCM into WAV format. Remove noise. They moved eastward to the library. And with documentation.
WaveFun_Src
- 音频编码实现, 可以把wav Pcm格式转化成ccitt a-low格式文式, 可以直接在多种语音上支持-Audio Coding realize, can be converted into wav Pcm format ccitt a-low format the text style, can be directly supported in a variety of voice
cd2wav
- 介绍用 C++ 实现CD抓轨转WAV,CD抓轨的方法有好几种,现在介绍其中一种。我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取信息。再此还会用到WAVE文件结构WAVEFORMATEX,再把读到的信息写到文件里生成WAVE格式的文件-cd to wave
ffmpegproxy
- 这两天因为项目需要研究了一下 ffmpeg,非常强大,顺便把我做的音频转换的代码发上来,我们的项目需要是从 wav 转成 44k hz flv,我测试了mp3转换也都是成功的,相信转别的一些常用格式也没问题。-convert audio files use FFMpeg
VoxConvert
- 是一个人写的vox解码工具,能将vox转成wav格式的音频文件-Is a decoding tool written by vox, vox can turn into a wav format audio files
VOICEprogram
- 这个程序包含由PCM格式转化为WAV格式.然后进行WAV格式的播放,暂停,及停止.采用directshow进行播放-This program contains the PCM format into WAV format WAV format and then play, pause, and stop. Using directshow to play
音频转换PCM转G726
- 使用音频原始数据PCM去转成G726格式,并能进行播放,但是会有杂音,目前暂时没有解决办法。