-
G.728是ITU
G.728 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-08-13 11:39:14下载
- 积分:1
-
mp3 源码 比较还可以,是通过Microsoft Developer Studio Generated Build File, Format Version...
mp3 源码 比较还可以,是通过Microsoft Developer Studio Generated Build File, Format Version 6.00 开发编译的-mp3-source can also be compared, through the Microsoft Developer Studio Generated Build File, Format Version 6.00 of the compiler development
- 2022-07-22 14:48:18下载
- 积分:1
-
jrtplib最新版本,可以直接调用,源码结构很好!比以前版本改进很多...
jrtplib最新版本,可以直接调用,源码结构很好!比以前版本改进很多-jrtplib the latest version, you can directly call the structure a very good source! Than the previous version to improve the lot of
- 2022-04-29 01:13:54下载
- 积分:1
-
类似于千千静听的播放器源代码。C++编写。
类似于千千静听的播放器源代码。C++编写。-Similar to thousands of listening player source code. C++ Prepared.
- 2022-03-07 17:14:00下载
- 积分:1
-
利用windows API提供的接口函数,制作的超级简化的音乐播放播放器.支持格式mp3,avi.主要用于学习...
利用windows API提供的接口函数,制作的超级简化的音乐播放播放器.支持格式mp3,avi.主要用于学习-The use of windows API provides the interface function, the production of super-simplified music player. Support the format mp3, avi. Mainly used for learning
- 2022-03-16 14:21:13下载
- 积分:1
-
一个简单的MP3播放器,可用用播放mp3,wav
一个简单的MP3播放器,可用用播放mp3,wav-a simple MP3 player, the player can be used as MP3, WAV
- 2022-03-23 10:13:34下载
- 积分:1
-
本源程序代码示例了图像的变化,可以让读者对图像的编程有所了解!...
本源程序代码示例了图像的变化,可以让读者对图像的编程有所了解!-The source code examples of the image changes, allowing readers to understand the programming image!
- 2022-03-21 00:18:03下载
- 积分:1
-
二维码的生成与识别
QRCODE二维码编码解码程序,VC开发的,1) 发行方式采用Active X 动态链接库的方式。 2) 包括文件: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-09 04:23:04下载
- 积分:1
-
美剧英雄1
美剧英雄1-2季BT种子压缩包,个人觉得比越狱好看,剧情扣人心旋,哈哈。-U.S. drama Heroes season 1-2 compression BT seed packets, personal feel than the escape look good, people hostage drama spin, ha ha.
- 2022-09-15 16:00:03下载
- 积分:1
-
ffmpeg 视频播放器 ffmpeg+sdl+draw(里面的注释非常详细,可以自己选择同步模式)
资源描述这是一个用于播放视频和音乐的播放器。如要使用请将player整个文件夹放入到项目目录下,然后在项目中添加现有项,将player目录下的
assist.cpp
assist.h
DisPlayBase.cpp
DisPlayBase.h
PacketQueue.cpp
PacketQueue.h
PlayWnd.cpp
PlayWnd.h
VideoPlay.cpp
VideoPlay.h
以上的文件加入到项目当中
然后在你需要用到播放器的类或者其他模块中,
#include "player/VideoPlay.h"
这就行了,试一下编译吧!
当然,如果想要运行,还需要将所用的dll文件拷贝到exe同一目录下。
在player文件夹中还有三个文件夹,这三个文件夹内都有一个bin目录。如果你不知道要用到那些dll,
你就干脆将所有dll都复制到exe的目录里就行了。如果还不能播放视频,可能是因为你的机子没有安装directX,安装了就应该没问题了。
如果你建立的是控制台或者其他非窗口界面程序,那么,在程序中,你可以这样来创建一个对象
CVideoPlay* player = new CVideoPlay;//new一个对象出来
player->AV_AddPlayFile("邓紫棋-泡沫.mp3");//将要播放的音频文件或者视频文件加进
- 2023-05-28 05:10:22下载
- 积分:1