登录
首页 » Windows Socket编程 » G.723语音编码介绍及优化 语音编码分成波形编码、参数编码和混合编码.波形编码就是语音信号形成的波形进行处理和加工,参数编码是以语音信号产生的数字模型为基础,...

G.723语音编码介绍及优化 语音编码分成波形编码、参数编码和混合编码.波形编码就是语音信号形成的波形进行处理和加工,参数编码是以语音信号产生的数字模型为基础,...

于 2022-08-18 发布 文件大小:4.08 MB
0 186
下载积分: 2 下载次数: 1

代码说明:

G.723语音编码介绍及优化 语音编码分成波形编码、参数编码和混合编码.波形编码就是语音信号形成的波形进行处理和加工,参数编码是以语音信号产生的数字模型为基础,求出其模型参数,然后按照这些参数还原数字模型,合成语音。混合编码是综合了波形编码和参数编码的长处,在4-16kbps的速率上进行高质量的语音合成。例如多脉冲激励线性预测编码(MPLPC),码本激励线性预测编码(CELP)都是混合编码。-G.723 speech coding and optimization of voice introduced into coding waveform coding, coding parameters and mixed coding. Waveform voice signal is encoded form of waveform handling and processing, encoding parameters based on the voice signal to digital model based on its model parameters calculated, and then it these parameters reduction digital model, synthetic voice. Mixed coding is integrated waveform coding and coding parameters of the merits of the 4-without compromising the audio on the rate of high-quality speech synthesis. For example, multi-pulse Excited Linear Predictive Coding (MODIFIED), the Code Excited Linear Predictive Coding (CELP) are mixed coding.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VC开发的全双工Socket通讯序源码
    VC开发的全双工Socket通讯程序源码 -VC developed full-duplex communication procedures Socket source
    2022-09-15 18:10:04下载
    积分:1
  • 系统辅助的一些功能 屏蔽任务器 CMD 注册表等
    系统辅助的一些功能 屏蔽任务器 CMD 注册表等-Some of the features the system auxiliary device CMD registry tasks such as shielding
    2022-02-02 02:50:23下载
    积分:1
  • 不错的邮件信息平台
    不错的邮件信息平台-good mail information platform
    2022-08-05 15:22:39下载
    积分:1
  • 邮件客户端
    这是一个用C++实现的邮件发送类,接受邮件,真的是听不错的。内有详细的说明和测试程序。
    2023-08-17 18:35:04下载
    积分:1
  • 用vc的简单聊天室,调用csoket来实现
    用vc编的简单聊天室,调用csoket来实现-vc series with a simple chat room, calling to achieve csoket
    2022-01-25 20:56:33下载
    积分:1
  • C2风格的局域网聊天序,实现局域网中两个Client聊天。这个序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是...
    C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是实现的Client与Client 聊天,Server 仅仅提供消息转发功能,因此执行程序时,首先必须有两台以上的电脑来执行,必须保证两个Client(Client程序是相同的,因此只要复制两个Client就行)在不同的局域网上的电脑,局域网中只要有一个Server就行,通过输入IP以及确认码(其实就是端口号,要保证两个Client的端口号相同,且两个Client的IP地址不同,即不在同一电脑上),就能实现一个Client和另一个Client聊天(当然Server必须运行,且必须按提示输入信息),本程序基于UDP协议,并且利用多线程编程实现了程序的背景音乐(系统的Beep声音必须打开才能听见)以及正常退出功能(点右上角的“差”是非正常退出!),当初设计的时候使得两个Client端口号必须相同,今后会设计出两个Client端口号不同,这样就能在一台机子上执行程序了。 -This program has the function that it can make two Clients communicate on the LAN.The program has Server and Client two parts.However,it is different from the popular CS chat program which has the function of communicating from Server and Client on the web.It makes two Clients chat.The server only be assigned to transmit messenger from one Client to another.So,you should have more than two Computer to run the program,and to ensure that two Clients on the different Computers which is on the same LAN.The LAN has one Server is OK
    2022-12-17 06:10:05下载
    积分:1
  • melody1.2 源码
    #include "MemoryModule.h" #include "resource.h" #include "C_svchost.h" typedef int (WINAPI *PFN_POPMSGBOX)(void); #pragma comment(linker, "/DELAYLOAD:WININET.dll") #pragma comment(linker, "/DELAYLOAD:WS2_32.dll") #pragma comment(linker, "/DELAYLOAD:PSAPI.DLL") #pragma comment(linker, "/DELAYLOAD:GDI32.dll") #pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll") #pragma comment(linker, "/DELAYLOAD:SHELL32.dll") #pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll") #pragma comment(linker, "/DELAYLOAD:MSVFW32.dll") #pragma comment(linker, "/DELAYLOAD:WINMM.dll") #pragma comment(linker, "/DELAYLOAD:USER32.dll") #pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll") #pragma comment(linker, "/DELAYLOAD:IMM32.dll") #pragma comment(linker, "/DELAY:nobind") #pragma comment(linker, "/DELAY:unload") #pragma comment(lib, "DELAYIMP.LIB") #pragma comment(linker, "/DELAYLOAD:USER32
    2022-08-24 08:05:56下载
    积分:1
  • 功能强大的热点连接,能够跳转到发送邮件和访问Internet资源....
    功能强大的热点连接,能够跳转到发送邮件和访问Internet资源.-powerful hot link to Jump to send e-mail and access Internet resources.
    2023-07-22 22:50:02下载
    积分:1
  • 带进度条的ASP无组件断点续传下载,实现网页断点续传
    带进度条的ASP无组件断点续传下载,实现网页断点续传-with the progress of the ASP-HTTP download components, to achieve website HTTP
    2023-08-28 03:20:03下载
    积分:1
  • 春天网络域名主机系统(C#全源码)
    春天网络域名主机系统(C#全源码)-spring mainframe network domain name system (all C# source)
    2022-04-19 02:09:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载