搜索资源列表
WMACompressor
- 把wav、mp3等格式文件转化为wma-put wav, mp3 format documents into wma
Python
- 用pjsip的库编写web网络电话,说明: 1.先安装pjsip的库。 2.你需要两个sip账号,分别填入第114行和116行。 第一个参数是SIP服务器,第二是用户名,第三是密码。 3.被叫号在第49行,你可以修改成从文件读或者其他。 4.第131行,从E盘根目录获取“电话号码.call”文件。获取之后就把该文件删掉。并呼叫该号码。 5.第44行,等待音文件,必须是标准的wav文件,可以用windows自带的录音机自己录制,转码出来的有可能不被支持,会报异常,此处未作处
Wav2Adpcm
- 该源码是对 *.wav语音波形文件做去直流电平,归一化处理后进行ADPCM编码压缩,形成编码文件和编码文件转外存格式转化,并利用编码文件做输入,进行解码并生成 *.wav 。该程序算法已经在产品中应用。-The source is a*. wav file to do voice waveform to DC-ping, normalized after treatment ADPCM coding compression, the formation of coding documentati
myPlayerV1.00402
- 支持插件功能,插件dll直接放入根目录即可 1.支持文件格式:*.mp3 *.mp2 *.mp1 *.ogg *.wav* *.aif *.wma cda *.flac *.* *.wv *.ogg *.midi *.mid *.rmi *.kar 2.支持换肤功能,可以自己制作喜爱的皮肤 3.visual效果有3*3-1种样式 4.声道显示 5.视频图像比例调整,双击视频全屏,再次双击退出,右键菜单 6.支持程序拖放(把音频或视频文件拖放到程序图标上就可以
mci
- MCI的应用示例,包括播放WAV、MIDI文件和播放CD及将CD中的曲目转录为WAV文件等 -MCI' s application examples, including the play WAV, MIDI files and play the CD in the CD and the tracks transcribed into WAV files
wave_mod
- 将PCM文件加WAV头,转化为WAV文件,注释详细-PCM turns into WAV file by adding head.
MergeVoiceWithBackGround
- 这是一个Merge Wave 文件和背静 文件(Wave)的合成工具。 从mp3生成 wave的过程可以用千千静听来生成。 注意必须声称同样频谱的wave文件。 否则不能合成。 在程序中考虑了背静音乐多为较短的轻音乐,所以当北京音乐完了的时候, 会开始重复背静,直到作为前景的对象完全完毕。 最终merge出来的是不会中断的北京结果。 把wave变成mp3有很多工具,最容易的使用lame工具。 使用方法: MergeVoiceWit
wmatowav
- 使用directshow把wma文件转wav文件:e:\15.wma转成e:\AudTest.wav-Directshow wma files to wav file: e: \ 15.wma convert e:\AudTest.wav
writefile
- 把wav文件的二进制码转成原始的wav文件,代码放在media_resource.h 文件的数组中。-Wav file to binary code into the original wav file, the code is placed media_resource.h file array.
MP3convert2Wav
- MP3 转换成 wav, 内含有测试文件,和批处理文件。转化成wav效果不错。-MP3 decoder, convert to wav format with a better performance, adding the test files
Mp3ToWav
- VC6 工程, 将mp3文件转成wav文件,调用mpglib.dll库-The VC6 project, the MP3 files into WAV files, call mpglib.dll Library
WavToMp3
- VC6 工程, 将wav文件转成mp3文件,调用lame_enc.dll库-The VC6 project, the WAV files into MP3 files, call lame_enc.dll Library
Str2Wav
- 基于espeak的一个文本转语音的代码,可以把文本转成WAV文件-basic espaeck to translate txt to wav file
apittae
- 把wav,mp3等格式文件转化为wma 可以用的(The wav, mp3, etc into wma format files can be used)
TTS
- TTSDemo 可以朗读文字,或者把文字转为 wav 声音文件, ? 包括 Win32 和 Win64 两个版本。兼容的操作系统:Windows XP, Windows 7, Windows Vista, Windows 8, Windows 10。 ? 把文字复制 → 粘贴在软件的文本框里面,也可以在文本框里面输入和修改,可以把这些文字读出来。 ? 支持把文本框里面的文字转为 wav 声音文件(TTSDemo can read text or convert text into W
amrnbAwb
- 使用AMR官方库来解码AMR,转换成WAV,转换成的文件可以适用于语音转文字(Using the AMR official library to decode AMR, convert to WAV, convert the file can be applied to voice to text)
wav2raw-master
- 将wav格式的语音文件转换为raw(pcm)格式(Convert the wav format voice file to the raw (PCM) format)
MP3Compressor
- c# wav转mp3,自动识别wav文件码流(c# wav to mp3,auto discern wav file)
CATestMp3
- C++控制台程序,MP3转wav文件,调用minimp3.h,方便快捷(C++ Console Application,MP3 to wav)
MFCC
- 将WAV文件转化成txt文档后,进行MFCC特征参数的提取,并将每一步骤的数据写在其相应的txt文档中。(After converting the WAV file into TXT document, the MFCC feature parameters are extracted and the data of each step is written in its corresponding TXT document.)