▍1. dtmfdecoder
非常简单的DTMF实现,可以解码alaw编码的音频文件,内附样本文件。(Very simple DTMF implementation, alaw encoded audio files can be decoded, enclosing a sample file.)
非常简单的DTMF实现,可以解码alaw编码的音频文件,内附样本文件。(Very simple DTMF implementation, alaw encoded audio files can be decoded, enclosing a sample file.)
本程序代码是在MSSG MPEG2Decode的基础上开发的,添加了如下功能 GUI界面,VFAPI支持,MMX优化等功能。 (The program code is developed in MSSG MPEG2Decode based on, add the following functional GUI interface, VFAPI support, MMX optimization function.)
这是YUVviewer软件的源代码,读者可以用来学习播放器的编码细节。(This is YUVviewer software source code, the reader can be used to learn the details of the encoding of the player.)
封装在单个类运用Directsound编制程序完成实时混音,很不错的读取程序(Encapsulated in a single class to use Directsound preparation program complete real-time mixing, very good reading program)
麦克风声音的实时采集并播放,停停止时保存为wav文件 (Microphone sounds real-time acquisition and playback, stop stop saved as wav file)
rgb顺序的视频图片转换为bgr格式的方法,曾经困扰了我一阵子(rgb sequence of video images converted to bgr format, had bothered me for a while)
WINDOWS下可可播放多媒体文件和其它 (Under WINDOWS cocoa to play multimedia files and other)
自己设计的基于DVB标准的mpeg-2 TS码流播放器源代码(Of their own design based on the DVB standard mpeg-2 TS stream player source code)
DirectSound 开发指南,作者:智慧的鱼,编辑:中华视频网.介绍DirectSound实用开发技巧和DirectSound开发高级技。(a document of directsound)
具有播放媒体文件,全屏控制,音量控制,定不显示等功能(Play media files, full control, volume control, given does not display and other functions)
音视频捕捉和回放类,并包含调节向导示例,示例中展示如何使用该类,开放人员完全可以将这些类放入自己的工程使用。代码使用direct sound技术封装,包含文件录音,多文件混音播放,本地录音回放,音量调节等多个功能示例。(video&audio wizard demo)
avi视频打开的小程序,可以再次基础上进行大量的开发(avi video to open a small program that can once again a lot of development on the basis of)
ffmpeg类库及说明文档,适合多媒体开发去学习(ffmpeg libraries and documentation )
实现了一个播放器,使用VS2008MFC编程,包含界面程序和播放程序,此为第二个修改版本(music player 2.2)
vc++平台下的jpeg解码程序,简单易懂。(decode jpeg on vc++ platform,easy to understand)
vs2005编译通过,基于VLC的播放器,能快进和后退和音量调节(Compiled by VS2005, based on VLC player, can fast-forward and rewind and volume regulation)
上传的是开源万能播放器TCPMP的源码和相关说明,该播放器能够播放很多种格式的视频文件(There is the sourcecode of TCPMP .It s a really cool player which can play server different files with different postfix)
vc++写的网络录音机程序,录音是参照vckbase的录音api代码,结合了一小段socket(TCP)就可以用来单方说话录音了,程序分两部分一部分是(录音机+网络发送代码),一部分是(接收数据+播放波形音乐代码),由于程序只是为了自己用,很多地方没有注意错误的识别,结构也比较乱,本程序当初最头疼的就是控制损耗内存,结果用了双缓存来存储波形数据来交替的存储/清除.(vc++ program to write the network recorder, audio recording reference vckbase api code, combined with a short socket (TCP) can be Speak to unilateral recordings, and part of the program in two parts (recorder+ network to send the code), part (Receive Data+ play wave Music code form), because the program only for their own use, many places do not pay attention to the wrong identification, the structure is chaotic, the program had The most troublesome is the loss of memory control, the results with the double buffer to store the waveform data to alternate storage/removal.)