搜索资源列表
directshow实务精选02
- directshow实务精选第二章,主要内容是音频、视频采集-directshow substantive selected second chapter, the main contents of audio, video collection
利用DirectShow播放和捕获视频文件
- 利用DirectShow进行文件播放,音频视频捕获并能利用系统已有的编码器对音频视频进行编码-for use DirectShow player, Audio and video capture system has been able to use the encoder to encode audio and video
Audio
- 一个用C写的播放mp3文件的程序。使用了游戏编程的DirectShow技术.现在的游戏大都使用这个技术来播放音乐. 游戏编程还会用到:Direct3D,DirectDraw,DirectMusic,DirectSound,DirectInput等, 我们平时听到的\"DirectX\"就是它们的总称,也是游戏编程必不可少的连接库.
AudioResample
- DirectShow Audio filter 可resample輸入audio 之sample rate -Audio DirectShow filter can resample Zhi audio input sample rate
Directshow audio recording
- Directshow audio recording
Audio采集与播放
- 用DirectShow写的音频采集与播放
DirectShow
- 一个基于Directshow的音频播放软件,利用VC++开发环境实现。-Based Directshow audio playback software achieve use of VC++ development environment.
AudioResample
- Directshow Audio Resample
directshow_SDK
- 详细介绍了DirectShow音视频开发流程,是学习音视频必不可少的文档。-Details DirectShow audio and video development process is essential to learn audio and video documents.
Audio
- 基于directshow的音频采集软件源代码,功能强大。-Directshow audio collection based on the software source code and powerful.
DSWavDest
- The DirectShow WavDes filter writes an audio stream to a WAV file. It takes a single audio stream as input, and its output pin must be connected to the File Writer filter. This sample filter is based on the CTransformFilter class.
ConsoleAudioCapture
- DirectShow音频采集教程源码一,此源码是枚举音频采集设备的示例.可以跟踪进入枚举函数看是如何工作的.-DirectShow audio capture tutorial source 1, this source is an example of enumeration audio acquisition equipment. Can track into the enumeration function to see how the work.
ConsoleAudioCaptureSave
- DirectShow音频采集教程示例源码二,该源码可在采集的过程中录制音频数据至Wav文件中.-DirectShow audio capture tutorial example source code 2, the source can be collected during the recording audio data to Wav file.
ConsoleAudioCaptureSavePreview
- DirectShow音频采集教程示例三,此源码在上一个示例的保存音频数据的基础上可以预览音频.-DirectShow audio capture tutorial example 3, this source code stored in the previous example on the basis of audio data can preview the audio.
wav2directshow
- 利用directshow实现音频捕捉,可轻松的实现wav音频文件的录制过程。实现windows下语音录制的需要。-Achieved using directshow audio capture can be easy to achieve wav audio file of the recording process. Achieved under the windows voice recording needs.
AudioDecoder
- directshow audio decoder filter
DirectShow
- windows directshow音频,视频相关编程详细教程。-windows directshow audio, video tutorials related to programming details.
directshow
- directshow程序设计,包括音频捕捉和视频捕捉两个应用程序-This is a directshow programming, including audio and video capture programes.
DirectShow
- 关于directshow的音视频全部函数的讲解及应用。-On the DirectShow audio and video all function explanation and application.
DirectShow开发指南
- 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使 用DirectShow进行C++编码的方方面面。全书共分4个部分。第1部分详细介绍了 DirectShow的基础知识。第2部分重点讨论了Filter的开发,以及DirectShow 应用程序的开发,包括目前非常流行的如音视频采集、数码摄像机的支持、非线性 编辑等应用。第3部深入分析了DirectShow SDK提供的部分典型源代码例子。第 4部分结合作者个人的一些开发实践,通过案例和开放源码分析