CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Direct Audio

搜索资源列表

  1. 基于Visual C++6_0的声音文件操作2

    1下载:
  2. MCI虽然调用简单,功能强大,可以满足声音文件处理的基本需要,但是MCI也有它的缺点,那就是它一次只能播放一个WAVE文件,有时在实际应用中,为了实现混音效果,需要同时播放两个或两个以上的WAVE文件时,就需要使用微软DirectX技术中的DirectSound了,该技术直接操作底层声卡设备,可以实现八个以上WAV文件的同时播放。-simple, powerful, voice processing documents to meet the basic needs, but MCI also
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6.03kb
    • 提供者:麦麦
  1. AudioCapSave

    1下载:
  2. 音频采集模块, 以direct show 为框架,用c++ 编写,可以实时采集并保存音频数据.-audio acquisition module to direct show as a framework, using c preparation, real-time collection and preservation of audio data.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:114.96kb
    • 提供者:gfs
  1. sound_prog

    0下载:
  2. 声卡语音采样编程 比较底层的做法,直接播放音频缓存。 一个不错的代码-voice sound more sampling bottom of the programming, direct broadcast audio cache. A good code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:132.31kb
    • 提供者:kdf
  1. mpg_ss

    0下载:
  2. VOD实用工具,可以从MPG文件之中, 分离视频和音频, 视频直接压缩保存DIV5格式, 音频直接保存为WAV格式, 支持双音轨 必须预先安装DSHOW组件 (AX文件:REGSVR32 /C /S [FILENAME].AX) -VOD practical tool that can MPG document, separate video and audio, video compression preservation DIV5 direct format, audio stored di
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:726.43kb
    • 提供者:夏永明
  1. DSoundDemo

    2下载:
  2. Direct Sound音频采集和混音实现-Direct Sound mixing audio collection and achieve
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:45.27kb
    • 提供者:陈登封
  1. DSound

    0下载:
  2. Direct Sound放音程序代码-Direct Sound of audio code
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:14.32kb
    • 提供者:陈登封
  1. DirectSound

    0下载:
  2. 声音处理类,支持多个通道混音,适合初学者阅读。-Audio processing class, support for multiple-channel mixer, suitable for beginners to read.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:346.57kb
    • 提供者:bendyxz
  1. CaptureSound

    0下载:
  2. 这段代码使用DirectSound实现采集声音的功能。-The function of this code is that it could capture audio from your pc sound card using direct sound.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:14.98kb
    • 提供者:张三
  1. MediaTools

    0下载:
  2. Small very cool source for direct show virtual audio device
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:852.69kb
    • 提供者:screwtape
  1. DSound_src

    0下载:
  2. direct9.0 音频处理DEMO,其他地方下载下来得,希望大家能给他大家点点帮助-direct audio processing DEMO
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-30
    • 文件大小:4.45kb
    • 提供者:小张
  1. Audio_Video

    0下载:
  2. 介绍游戏中声音和视频编程的书籍,以directx 9.0 为基础,详细介绍了 direct show 和 direct audio。视频部分中,有如何在3D游戏中播放视频的教程-Describes the game sound and video programming, books, in order to directx 9.0, based on detailed information on direct show and direct audio. Video section, the
  3. 所属分类:DirextX

    • 发布日期:2017-05-21
    • 文件大小:6.03mb
    • 提供者:wukai
  1. MCI

    0下载:
  2. MCI音频播放,停止,录音程序,实现程序对多媒体设备的直接控制-MCI audio playback, stop, recording procedures, implementation procedures for the direct control of multimedia devices
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:26.64kb
    • 提供者:wangyi
  1. asound_4

    0下载:
  2. Audio Mixer函数缩进一组控制音频线到目标设备的函数,并也可以控制音量和其他效果。在这组API中,尽管只有十个函数和两个消息,但使用起来还是比较难。本在本节中,通过应用这些函数编写成3个应用程序,来展示它们的使用方法。而且,尽可能采用实际应用中的用户界面,这样,更有可能被读者直接利用。 -Audio Mixer Functions indent a line to the target device controls the audio functions, and also can
  3. 所属分类:DirextX

    • 发布日期:2017-03-30
    • 文件大小:44.17kb
    • 提供者:jack
  1. GraphEdit

    0下载:
  2. GraphEdit is a visual tool for building filter graphs and then extract or convert between different video or audio formats. Included in Direct X software
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:127.94kb
    • 提供者:kpon
  1. UUCORELIB

    0下载:
  2. vc++下的一套涉及编码解码的API,直接dll调用方便使用。可编码/解码MJPG,MPEG4,MPEG2,音频MP2,解码时可直接设置为反交错。方便简单-vc++ code under a set of related decoding API, easy to use direct dll calls. Can encode/decode MJPG, MPEG4, MPEG2, audio MP2, set decoding can be directly de-interlacing. C
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-27
    • 文件大小:750.93kb
    • 提供者:kainguo
  1. ConsoleAudioCaptureSave

    0下载:
  2. direct show audio capture
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-04
    • 文件大小:1.25mb
    • 提供者:Y
  1. d123313DirectShow_WMFSDK

    0下载:
  2. 基于DirectShow+WMF SDK的 媒体广播应用 基于DirectShow+WMF SDK实现的媒体广播应用采用了两种开发平台———VS2005与BCB,利 用VS2005作Filter的底层开发,其中涉及视音频的采集、编码以及把编码后的媒体流进行广播 借助 BCB的组装控件特性构造Graph模型,将各Filter模块连接起来并协同工作,通过以上方式运用Direct- Show+WMF SDK技术成功实现了媒体广播。 -This paper presents me
  3. 所属分类:DirextX

    • 发布日期:2017-03-31
    • 文件大小:142.1kb
    • 提供者:zhu
  1. Audiocode

    0下载:
  2. PCM是Pulse code modulation的缩写,它是对波形最直接的编码方式。它在音频中的地位可能和BMP在图片中的地位有点类似吧-Pulse code modulation PCM is the abbreviation, it is the most direct waveform coding. It' s position in the audio may be the status of BMP in the picture is somewhat similar to
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:33.29kb
    • 提供者:pxxxb
  1. XAudio2BasicSound

    0下载:
  2. 使用Direct Audio播放WAVE文件-use Direct Audio play wave
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1.45mb
    • 提供者:zhangfuming
  1. ConsoleAudioCapture

    0下载:
  2. audio capture by direct show api/interface
  3. 所属分类:DirextX编程

    • 发布日期:2017-12-19
    • 文件大小:3.33mb
    • 提供者:ocean9000
« 12 »
搜珍网 www.dssz.com