搜索资源列表
wordchangemusic
- 文字转换成声音(看说明) 文字转换成声音(看说明)-text into sound (see note) te xt into sound (see note)
PCMandLiner
- 单片机数字信号处理的必备工具--线性码与A律PCM编码转换的互相转换 -microcontroller and digital signal processing necessary tools -- A linear code and legal PCM coding conversion interchangeable
AudioCodec
- 转换音频Wav到PCM PCM -> G723 G729 Gsm iLBC G723 G729 Gsm iLBC -> PCM 需要p_voice库支持
Changetools
- 用于MTK6217平台的MP4软件转换工具,Realese给大家分享,希望对您的产品设计和定义有帮助
3BitAdpcm
- 用C实现的adpcm编解码的小程序,实现adpcm->wav, wav->adpcm之间的转换。
samrate_change.rar
- 采样率转换程序。可以任意转换不同采样率的音频信号。程序中有注释。,Sampling rate conversion process. Can be a different sampling rate conversion of audio signals. Proceedings have the Notes.
wavToamrTest-sourceCode
- 本程序实现将wav音频文件转换为AMR音频文件,压缩率很高。但AMR的音质不高。-This program wav audio files to AMR audio files, high compression ratio. AMR sound quality is not high.
MP3toWAV-decode
- 本代码实现了将MP3文件转换为wav格式音频文件。在上位机上已经成功跑起来了,希望有人能把它移植到嵌入式ARM中。-The source implementation of the MP3 file converted to wav format audio files. Has been successfully up and running on the host computer, and hope someone can port it to embedded ARM.
16kbpsCVSD_and_64kbpsPCM_code_conversion_algorithm
- 16kbpsCVSD与64kbpsPCM编码数字转换算法描述及实现-16kbpsCVSD and 64kbpsPCM code conversion and encoding algorithm descr iption and implementation
a
- 数字语音编码 关于数字的语音编译码程序 进行数模转换-digital speech coding
HA_AllokMP32AMRConverter-shw_CZ
- 功能强大的音频转换软件,可支持现有绝大多数音频格式间的自由转换。-Powerful audio conversion software that supports the vast majority of existing free conversion between audio formats.
Lab10-DA
- 基于TMS32C5416的语音模数和数模转换-Voice-based TMS32C5416 digital and digital-analog converter module
DTMF5410
- DTMF 编解码器在编码时将击键或数字信息转换成双音信号并发送,解码时在收到的DTMF 信号中检测击键或数字信息的存在性.采用ccs2.2开发。运行在DES5410APP-U开发版上。 子程序_start_ac01,完成AD 及DSP 的多通道缓冲串口(McBSP)初始化。 子程序_iir_to_dtmf,通过由函数set_freq_coff()初始化的系数,分别迭代运算产生行 频和列频,该子程序计算出的两个频率信号样本值分别放入累加器a 和b,相加之 后作为新的一个音频样本发送
EasyG729A_decoder
- G.729的编码实现其中的代数结构码采用交织单脉冲转换技术。码本中的每一个码字都仅仅只有少数几个位置的脉冲不为零。-G.729 encoding to achieve one of the algebraic structure of code interleaved single-pulse conversion technology. Codebook in each codeword are only a few locations only non-zero pulse.
T-REC-G.711-200911-I!Amd2!SOFT-ZST-E
- G.711使用64Kbps的带宽,可将14bits转换成8bits。目前G.711有两个编码方式,A-law以及Mu-law。-G.711 defines two main compression algorithms, the µ -law algorithm (used in North America & Japan) and A-law algorithm (used in Europe and the rest of the world). Both are logarith
quweima
- Delphi源码,区位码,区位码转换数字,Delphi根据区-Delphi source code, area code, area code conversion figures, Delphi according to district
vector_quantization
- 语音信号的矢量量化,其中vector_quantization.m为读取音频文件,转换成语音帧,求lpc及lsf参数以及进行矢量量化的主程序,a_lsf_conversion.m为主程序调用的lpc转lsf参数的子程序,INLS1.wav为音频文件。-Vector quantization of speech signals, wherein vector_quantization.m to read audio file, converted into speech frames, seeki
full_rate_speech
- C代码实现的GSM全速率语音编解码,GSM系统是一种全数字系统,话音和其它信号都要进行数字化处理,因此移动台首先要将语音信号转换成模拟电信号,以及其反变换,移动台再把这模拟电信号转换成13Kbit/s的数字信号,用于无线传输-GSM full rate speech code-decode.GSM system is a full digital system, voice and other signals to digital processing, so the mobile statio
Panning_Effect
- 音频平移,从而实现单声道转换至双声道或多声道,音频空间效果实现。-Audio translation, in order to achieve conversion to two-channel mono or multi-channel audio to achieve spatial effects.
AMR12.2kencode
- 将AMR的12.2k的语音编码的c代码转换为mex文件使其可以被matlab调用,在matlab2014中命令窗输入mex+空格+三个c文件名字(注意encode.c放在最前面)生成可执行文件,就可以调用encode函数。-The AMR 12.2k speech coding in C code conversion for mex file so that it can be called by the MATLAB. In the matlab2014 command window inp