Description: g.721的编解码c源码(使用intel的ipp包)堪称效率最高。-g.721 arranges decodes the c source code (to use intel the ipp
package) to may be called the efficiency to be highest. Platform: |
Size: 41984 |
Author:刘间 |
Hits:
Description: G729编码和解码的Matlab源程序 调用方法:
1.需要编码时,在 Matlab命令行下输入"G729code(speech)"(请务必保证 speech是已经存在在 Matlab工作区的一个行向量,其中是语音数据),然后你会在你的文件夹下看到一个"coding.bit"的文件。
2.需要解码时,把"coding.bit"的文件复制到"G729 decoder"的目录下,在Matlab命令行下输入"G729decodermain",然后你会在文件夹下看到"syn_speech.wav",那就是重构语音。
enjoy it!
-G729 encoding and decoding of the Matlab source code to call methods: 1. The need for coding at the Matlab command line, enter Platform: |
Size: 107520 |
Author:Jay lee |
Hits:
Description: G.729音频压缩、解压缩到Matlab程序。使用方法详见readme文档。-Description
Most of G.729 source code is written in C.But this one is written in matlab.
follow these steps to use it:
1.To coder a speech(ensure it as a row vector variable in matlab),simply type
"G729code(speech)",then you will see a file called coding.bit in your directory.
2.To decoder the codestream.bit,first,copy the file codestream.bit to your G.729decoder directory,you simply type "main",and it will decoder the above file coding.bit to a speech in your matlab(syn_speech).
Platform: |
Size: 239616 |
Author:Zachery Chen |
Hits:
Description: G.729的coder和decoder,即编码和解码的matlab原代码,对学习G.729标准有很好的参考价值-
The G.729 coder and decoder, ie, encoding and decoding matlab source code, to learn G.729 standard has a good reference value Platform: |
Size: 421888 |
Author:光石 |
Hits: