CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DSound

搜索资源列表

  1. DSound

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

    • 发布日期:2008-10-13
    • 文件大小:14668
    • 提供者:陈登封
  1. DSound Manager 用Directsound制作的一个音频播放器

    0下载:
  2. 用Directsound制作的一个音频播放器,网络视频核心技术开发第五章源码-With Directsound produced an audio player, network video source the core technology development Chapter
  3. 所属分类:DirextX编程

    • 发布日期:2017-05-25
    • 文件大小:8382057
    • 提供者:lecen
  1. DSound.direct sound 播放音频文件

    0下载:
  2. direct sound 播放音频文件,并实现了混音,direct sound to play audio files, and to achieve a mix
  3. 所属分类:Audio

    • 发布日期:2017-03-24
    • 文件大小:67759
    • 提供者:xiaoxin
  1. DSound_demo.zip 使用DirectSound播放wave文件

    0下载:
  2. 使用DirectSound播放wave文件 ,Using directsound to play wave file
  3. 所属分类:多媒体编程

    • 发布日期:2017-11-08
    • 文件大小:72340
    • 提供者:
  1. StreamingPlayer

    0下载:
  2. 实现播放音频流文件,通过dsound实现,开发环境C#-Wav files for playing through dsound implementation, development environment, Vc++
  3. 所属分类:DirextX

    • 发布日期:2017-04-08
    • 文件大小:2295
    • 提供者:zhengjin
  1. AudioSpecetrumAnalyser

    0下载:
  2. 实时显示音频的频谱,这个环境是vc++,代码也是dsound的。-Play Wave Files with DirectSound and Display its Spectrum in Real Time
  3. 所属分类:Audio program

    • 发布日期:2017-06-01
    • 文件大小:14158507
    • 提供者:lijianjun
  1. FFT_dsound

    0下载:
  2. FFT声音动态频谱,可以采集声音并对其进行动态频谱分析。-FFT Dynamic Spectrum Sound AppWizard has created this DSound application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your a
  3. 所属分类:Audio program

    • 发布日期:2017-04-02
    • 文件大小:70921
    • 提供者:LIMING
  1. oscilloscope_src

    0下载:
  2. 实现音频频谱效果,主要是通过dsound实现的。环境为vc-Audio effcet With And Without DirectSound
  3. 所属分类:Audio program

    • 发布日期:2017-04-15
    • 文件大小:37512
    • 提供者:lijianjun
  1. dx03

    0下载:
  2. 自己写的一个DirectX 例子, 例子包含代码包含图形Direct3D + DirectInput输入 + 声音Dsound, dmusic, dshow的使用-Write their own example of a DirectX, for example, contains the code that contains graphics Direct3D+ DirectInput input+ sound Dsound, dmusic, dshow use
  3. 所属分类:DirextX

    • 发布日期:2017-04-03
    • 文件大小:83699
    • 提供者:jared
  1. NetChat

    0下载:
  2. 可以在局域网内通讯的语音聊天DEMO。音频播放和采集采用了DSOUND接口。-Communications in the LAN Voice Chat DEMO
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:33557
    • 提供者:陶哲
  1. dx3ddirs

    0下载:
  2. 一个自己写的DirectX 例子代码,包含图形Direct3D + DirectInput输入 + 声音Dsound, dmusic, dshow的使用。-DirectX write their own examples of a code, including graphics Direct3D+ DirectInput input+ sound Dsound, dmusic, dshow use.
  3. 所属分类:DirextX

    • 发布日期:2017-04-01
    • 文件大小:84012
    • 提供者:假装
  1. Trip-a-Droid-v2.1-source

    0下载:
  2. Freeware game source to learn how to use DirectX(ddraw, dsound, dinput, dmusic)
  3. 所属分类:DirextX

    • 发布日期:2017-06-09
    • 文件大小:16089405
    • 提供者:MrBean70
  1. Skeleton-code

    0下载:
  2. 视频播放器的骨架程序,使用了dsound API-skeleton code for video replay, using dsound.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-13
    • 文件大小:3444393
    • 提供者:JOEY
  1. DxSound

    0下载:
  2. DSound实现的声音采集程序,可以录音、暂停、播放,欢迎下载。-DSound realize voice collection procedures, can the recording, pause, played, welcome to download.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-31
    • 文件大小:51522
    • 提供者:
  1. RecordAudio

    0下载:
  2. 我从事语音信号处理几年了,这是我用过的最好的录音、播放封装类,可以选择录音源。使用waveinopen windowsAPI录音,与directsound相比,个人感觉更简洁轻便,dsound毕竟是擅长进行各种音频特效处理的,我们通常不需要,使用起来繁琐。这个代码是我在VS2010下编译通过的,原来的程序当鼠标拖动窗口的时候导致无法再响应录音线程消息。所以禁止了窗口的拖动,直到点击停止。使用的时候在InitDialg中初始化类,可以仔细看一下源码。然后就可以点击录音、停止、播放等。这个封装类继承
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:61825
    • 提供者:交换链
  1. pcmtest

    0下载:
  2. 基于windows平台的播放pcm音频数据的程序,使用dsound库-the program is develop base on windows,play audio data with pcm format,use dsound libray
  3. 所属分类:Audio program

    • 发布日期:2017-04-10
    • 文件大小:1632995
    • 提供者:BXJ
  1. Wdx03r

    0下载:
  2. 自己写的一个DirectX 例子, 例子包含代码包含图形Direct3D + DDirectInput输入 + 声音Dsound, dmusic, dshow的使用 -They write a DirectX example, the example contains the code to include the use of graphics the Direct3D+ DDirectInput input the+ sound Dsound, dmusic, dshow
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:83905
    • 提供者:fjk2002
  1. DsoundinDemo

    0下载:
  2. dsound 采集与播放的源码 可以用于语音聊天 集成了采集与播放
  3. 所属分类:Audio

  1. chat

    0下载:
  2. 语音聊天小工具,使用dsound,环形缓冲,对数据进行混音消除处理-chat tool
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-21
    • 文件大小:1256468
    • 提供者:peter
  1. DSound_wave_stream

    0下载:
  2. 基于DSound系统,可以流式播放ADPCM/WAV格式音频文件,可以添加自定义的滤波函数(默认是空函数),文件格式可以带文件头,也可以不带文件头(此时,软件使用配置文件)。-ADPCM/WAV audio file format based on the the DSound system, streaming, you can add custom filter function (the default is the empty function) file format with a h
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-19
    • 文件大小:167922
    • 提供者:杨赋庚
« 1 23 »
搜珍网 www.dssz.com