搜索资源列表
TTSApp.zip
- 微软提供的语音编程示例程序,实现了文本朗读,口型匹配,Microsoft provides programming examples of the voice process, the realization of the text read, I type matching
科大讯飞TTS示例程序
- 科大讯飞TTS的示例程序的源码,win32的运行环境,VS开发环境,可以编译通过
WaveFormRecord10
- windows 底层API winmm编写的一个录音放音示例程序,缓存区放在确定的地方,方便于做音频信号处理-winmm api C++ coad for voice record and play
VC
- VC源码-烟花效果示例程序 -VC-source- Examples of procedures for fireworks effect
VCenter07_9_12
- Davinci在PC机上显示视频的示例程序-Davinci to display video on the PC, the sample program
NewMMtimer
- windows平台下使用多媒体定时器的一个简单示例程序-a simple example of using Multimedia timer
lame_enc
- 这个一个利用lame库进行mp3编码的程序示例,库代码,里面包括编码库和程序示例,进行优质声音编码解码-One advantage of this lame mp3 encoding library program example, the library code, which includes code libraries and sample programs for high-quality voice codec
DRUM
- MIDI击鼓器,Windows程序设计第22章——MIDI与音乐示例-MIDI drum control, Windows Programming Chapter 22- MIDI and music examples
zbar-0.10
- 是一个函数库,包含了C++、qt、python,还有示例程序,方便研究二维码的同学学习使用。注意用到了ImageMagick这个图像处理库-Is a function library that contains the C++, qt, python, sample programs, students learn to use the two-dimensional code to facilitate research. Note that to use the ImageMagick im
Book-Code
- directX 入门程序集 包括了从最简单的示例程序,有摄像头的创建等等 ddraw等最基本的程序 -the directX entry procedures set includes from the most simple example program, the camera create ddraw basic procedures
vb-demo
- 天敏SDK3000VB开发包,示例程序。-10moon SDK3000 VB development kit,the demo.
EuropeSpeach
- 调用TTS来朗读文本的程序,包括TTS服务枚举和朗读的示例。-Use TTS to read text. include enum tts engine and speek.
Realizer
- C# 实现调用本地摄像头 示例程序,非源码,仅供参考-C# implementation calls the local camera sample program, the non-source code, for reference
AudioClip
- 这个示例应用程序示范从一个波形媒体文件中读取和写入未压缩的音频数据。-Demonstrates using the IMFSourceReader API to get uncompressed media data a media file. This sample application reads audio data a media file and writes the uncompressed audio to a WAVE file.
AviPlay
- AVI播放程序,采用大家喜欢的VC++编程语言编写,这个程序要能算是最小系统了,也就是完成最基本的AVI播放功能,除此之外没有其它的修饰功能,其实可以把本示例当作一个模块来用,程序面向VC++初学者,代码简洁,易懂。-AVI player, we like using VC++ programming language, this program should be able to be the smallest system, that is, to complete the most bas
dev_add
- Linux简单字符设备驱动编写方法本示例代码实现了Linux下的一个简单字符设备驱动。由二个文件组成,驱动模块< dev_add.c> 和测试程序< test.c> 。-Linux character device driver writing simple methodThe sample code implements a simple under Linux character device drivers.Composed by two files, the driver