搜索资源列表
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
WangEPD
- 基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。-Based on the short-term and short-term energy to achieve zero rate of voice activit
SimpleDSPlayer
- 一个DirectShow播放媒体文件实例(将一个wmv文件命名为test.wmv,和编译得到的EXE文件放在一起,运行程序即可播放)。-DirectShow playback a media file example (to be named as a wmv file test.wmv, and compiler EXE files get together, run the program you can play).
test_mp3
- 包含CRecordMP3和CPlayMP3两个类,还有lame编码库,mpg123解码库。CRecordMP3是直接录音成mp3文件格式的类,CPlayMP3是播放MP3的类,并附有测试工程-CRecordMP3 and CPlayMP3 contains two classes, as well as lame coding libraries, mpg123 decoder library. CRecordMP3 directly into mp3 audio file format typ
recoder
- 一个简单点的屏幕录像软件,可以把你当前对电脑的操作一并记录,可以设置是否录制光标以及设定录制区域,然后生成AVI文件,注意在测试的时候,如果把采集设置为“非压缩”选项时,生成的AVI文件可能会很大。-A simple point-screen video software, you can put your computer to operate the current record together, you can set it to record the cursor and set th
Testbed-MPEG73
- MPEg-21Testbed, 用于Mpeg-21标准测试,提供网络仿真平台,内容描述文件模块,网络约束描述文件模块,支持FGS编码,自带客户端播放器,文档详细,可用于多媒体通信中内容过滤或传输策略的测试-MPEg-21Testbed, for the Mpeg-21 standard test, providing network simulation platform, the content descr iption file modules, network constraints de
AA_Frame1
- 一个avi文件,研究avi文件的人可以用来做测试-1 avi file, avi file of people who can be used to make test
TestAudio
- A Test Program for play, pause, wave file.
pcmtest
- pcm 播放和录取 测试程序,能播放文件-pcm playing and taking the test program, can play the file
akiyo_qcif
- 可做视频编解码的测试用yun文件,非常有用-video codec test with yun file, very useful
H.263--encod-and-decod
- 使用H.63格式进行视频与音频的编辑。 \H.263编解码源代码 目录中存放的是H.263视频编码器和解码器的程序代码。 \播放工具 目录中存放的是用于播放YUV格式视频的工具。 \压缩视频 目录中存放的是笔者已压缩好了的263视频数据流文件。 \原始视频 目录中存放的是用于测试用的Demo视频,YUV格式。-Use of h.63 format for video and audio editing. \ h. 263 codec source code directory
Pcm_Comparision-_use
- 自己写的音频比较工具,自己做音频处理和编解码时用到比较2个音频文件是否一样,devision 差多少,可以直接用。有测试文件-audio file compare tool creating by myself ,and with the test files
AssetFileDescriptorTest
- Asset File Descr iptor Test Source Code for Linux.
adread
- 读取ad后缀的声音文件,亲测可以用-Reads the ad sound file suffix, pro-test available ~~~
YUVViewer
- exe文件,yuv查看工具,支持yuv多种格式。对于YUV编程非常有用。快速检验数据输出是否正确。-exe file, yuv viewer that supports yuv variety of formats. Very useful for YUV programming. Quick test data output is correct.
AC3_CONV
- AC3编码库的测试范例,可以把WAV文件压缩为AC3文件,包含完整代码,测试运行正常;-Test Example AC3 encoding library, WAV files can be compressed AC3 file that contains the complete code, test run normally
test
- DirectShow采集视频,代码简洁,并提供保存为bmp和yuv文件的功能,稍作修改,可直接用于工作中。-DirectShow capture video, code concise, and provide save as bmp and yuv file function, slightly modified, can be used directly in the work.
广州语创电子语音IC测试软件V1.50,MP3测试软件
- 工业级MP3语音IC串口通信测试软件 含串口调试助手 含CRC校验 自动配置文件生成(Industrial grade MP3 voice IC serial communication test software Debugging assistant with serial port Check with CRC Automatic configuration file generation)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通