-
ITU G.729是一
G.729 is an ITU-T ADPCM speech codec standard covering the transmission of voice at rates of 16, 24, 32, and 40 kbit/s. It was introduced to supersede both G.721, which covered ADPCM at 32 kbit/s, and G.723, which described ADPCM for 24 and 40 kbit/s. G.726 also introduced a new 16 kbit/s rate. The four bit rates associated with G.726 are often referred to by the bit size of a sample, which are 2-bits, 3-bits, 4-bits, and 5-bits respectively.
- 2022-11-24 14:20:03下载
- 积分:1
-
麦克风录音,可以将录音内容存成wav格式文件。你可以修改wav的采样率和编码...
麦克风录音,可以将录音内容存成wav格式文件。你可以修改wav的采样率和编码-microphone recording, can be recorded as deposit into wav format. You can modify wav sampling rate and coding
- 2023-07-23 12:45:03下载
- 积分:1
-
vc开发得扫描仪支持类,值得一看,请指正
vc开发得扫描仪支持类,值得一看,请指正-vc of development Scanner support category, an eye-catcher, Hi
- 2022-09-03 04:50:02下载
- 积分:1
-
The book s concepts and examples are useful to Visual Basic programmers of all s...
The book s concepts and examples are useful to Visual Basic programmers of all skill levels. Each
How-To is graded by complexity level, with information on additional uses and enhancements to fit your
needs exactly. Additionally, each chapter contains an introduction that summarizes each How-To and
covers the chapter s techniques and topics so that you can zero in on just the solution you need without
having to go through hundreds of pages to find it.
- 2023-08-23 03:30:04下载
- 积分:1
-
audio equalizer
audio equalizer
- 2022-01-22 03:30:24下载
- 积分:1
-
P2P视频技术源码,其中, Session是每个客户端相关的数据, SessionCluster(或者是ServerDesc)是
有关每种服务的信息, 其中...
P2P视频技术源码,其中, Session是每个客户端相关的数据, SessionCluster(或者是ServerDesc)是
有关每种服务的信息, 其中有一个指向该服务相关的各个Session的指针.-P2P video source, including, Session is the client-related data, SessionCluster (or ServerDesc) is related to each service information, including a link to the service related to various Session pointer.
- 2023-04-05 05:50:04下载
- 积分:1
-
finished video, uploaded to a computer, called the expansion : mjp. Currently, t...
motorola手机拍成短片后,上传到电脑里,扩展名为:mjp。目前,没有任何软件播放这种格式。我这个软件将其分解为多幅jpg文件并显示。-finished video, uploaded to a computer, called the expansion : mjp. Currently, there is no software broadcast format. My software will be decomposed into a number of documents and display jpg.
- 2022-01-30 22:59:51下载
- 积分:1
-
Visual C++ audio and video processing technology and engineering practice, LU Ji...
Visual C++ 音频视频处理技术及工程实践,陆锦正 周冬梅编著随书光盘,包括以Visual c++ 2005为开发平台的多个工程实例及源码
-Visual C++ audio and video processing technology and engineering practice, LU Jin ZHOU Dong-mei is compiled CDs with books, including Visual c++ 2005 as a development platform for various projects in the examples and source code
- 2022-07-04 02:33:31下载
- 积分:1
-
轻松实现视频渐入渐出的源代码
轻松实现视频渐入渐出的源代码-Video gradually relaxed gradually into the source code
- 2022-07-07 09:15:03下载
- 积分:1
-
C++写的基于MFC的MP3播放器(具有重复,随机播放,列表选择的功能,界面进行美化)
// HHT Player.cpp : Defines the class behaviors for the application.//#include "stdafx.h"#include "HHT Player.h"#include "HHT PlayerDlg.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CHHTPlayerAppBEGIN_MESSAGE_MAP(CHHTPlayerApp, CWinApp)//{{AFX_MSG_MAP(CHHTPlayerApp)// NOTE - the ClassWizard will add and remove mapping macros here.// DO NOT EDIT what you see in these blocks of generated code!//}}AFX_MSGON_COMMAND(ID_HELP, CWinApp::OnHelp)END_MESSAGE_MAP()/////////////////////////////////////////////////////////////////////////////// CHHTPlayerApp constructionCHHTPlayerApp::CHHTPlayerApp(){// TODO: add construction
- 2022-01-20 22:41:55下载
- 积分:1