CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - vc wave

搜索资源列表

  1. WaveEditAuto.zip

    0下载:
  2. This article takes the original programming idea from the Wave File Editor Control and extends the application s functionality into a client/server application set. The WaveEdit app can now be used as a stand-alone program or as a server, controlle
  3. 所属分类:多媒体

    • 发布日期:
    • 文件大小:126021
    • 提供者:
  1. VC++6.0 多媒体编程技巧源码

    0下载:
  2. VC++6.0 多媒体编程技巧源码 包括WAVE编辑、音量控制等等。-VC 6.0 multimedia programming skills including WAVE-source editing, volume control and so on.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1111910
    • 提供者:张建
  1. voctowave

    0下载:
  2. VC++编的audio文件格式转换程序。可将VOC文件转换成WAVE文件,也可将WAVE文件转换成VOC文件。
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:335318
    • 提供者:邓文
  1. CdToWav

    0下载:
  2. CD抓轨的VC程序实现,通过API函数CreateFile获得设备句柄,再用API函数DeviceIoControl来实现对设备的访问获取信息。再此还会用到WAVE文件结构WAVEFORMATEX,再把读到的信息写到文件里生成WAVE格式的文件
  3. 所属分类:多媒体

    • 发布日期:2014-01-16
    • 文件大小:180597
    • 提供者:老吕
  1. waverecord

    0下载:
  2. VC++下的录音程序,可以设定采样频率和采样精度,录音完毕后自动生成WAVE文件.
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:74693
    • 提供者:薛峰
  1. vcMedia

    0下载:
  2. vc++.net下播放wave文件播放器,简单演示媒体播放的编程方法,界面也很独特,编程并非使用Windows Media Player插件简单编程,具体自己看吧,还是很值得学习的
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:2757346
    • 提供者:litt
  1. WAV_code

    0下载:
  2. 使用DirectSound播放wave文件的程序代码 用VC++6.0打开使用。
  3. 所属分类:midi

    • 发布日期:2008-10-13
    • 文件大小:72680
    • 提供者:罗炼
  1. VoicePlay

    0下载:
  2. 基于VC实现windows自带的wave波形文件的播放
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:30510
    • 提供者:郝涵
  1. 音波處理(VC)waverecord1

    0下载:
  2. vc音波处理 音波处理 音波处理音波处理wav-vc handling Yin Yin Yin handle processing wav sound wave treatment
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:703057
    • 提供者:tyj
  1. Wave.rar

    0下载:
  2. 用vc实现的播放声音,并画出波形的程序,没有错误,调试通过了,Vc achieved by playing a sound, and draw waveform procedures, there is no error, debugging adopted
  3. 所属分类:Audio program

    • 发布日期:2017-05-14
    • 文件大小:109565
    • 提供者:redfish
  1. mciPlayWave.rar

    0下载:
  2. wave音频格式的播放源码,可以宰VC下直接运行,Capture audio source, the achievement of sound recording, you can directly run slaughter VC
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-02
    • 文件大小:45566
    • 提供者:lifei
  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. test_for_read_wavfile

    0下载:
  2. 本代码包括vc下对于wave文件的读取,以及声纹识别中mfcc的计算,包括完整的声音预处理和特征计算过程。-Vc under this code, including the wave of documents to read, as well as Voice Recognition MFCC calculation, including the voice of integrity and characteristics of pre-processing calculations.
  3. 所属分类:Audio program

    • 发布日期:2017-04-02
    • 文件大小:8967
    • 提供者:翟方文
  1. WaveCtrl_demo

    0下载:
  2. 所属分类:Audio program

    • 发布日期:2017-03-31
    • 文件大小:364148
    • 提供者:zmw
  1. Player2

    0下载:
  2. VC下的音频播放程序,可播放wave、midi,及CD光盘音乐。-VC under the audio player can play wave, midi, and CD music discs.
  3. 所属分类:Audio program

    • 发布日期:2017-03-29
    • 文件大小:37084
    • 提供者:yt
  1. wavein

    1下载:
  2. 用vc代码制作简单录音编程,用API界面,能够录音及播放。-Vc code used in producing simple sound recording program, using API interface, be able to sound recording and playback.
  3. 所属分类:Audio program

    • 发布日期:2015-03-28
    • 文件大小:5345247
    • 提供者:Shalin Zheng
  1. SignalGenerate

    0下载:
  2. 一个输出正弦波的声波发生器,VC++环境,可以自己输入指定频率发出声音,主要用在一些多媒体设备中用以测试声音基准。程序挺好用,在VC6.0下可以编译-Acoustic output of a sine wave generator, VC++ environment, you can specify the frequency of their voice input, mainly used in a number of multimedia devices to the voice of t
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-28
    • 文件大小:39445
    • 提供者:Jason
  1. playwave

    0下载:
  2. 用paaysound播放wave文件 vc++程序-playsound VC++ WAVE
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-07
    • 文件大小:1888780
    • 提供者:ray
  1. CWaveForm

    0下载:
  2. VC编写的波形图 实现多种波形显示 国外人编写-VC prepared to achieve a wide range of wave waveform display prepared abroad
  3. 所属分类:Audio program

    • 发布日期:2017-04-07
    • 文件大小:10374
    • 提供者:GLL
  1. Directsound.capture.using.wave.files_Ver.2_0

    0下载:
  2. Capturing sound into files using wave files in VC-Capturing sound into files using wave files in VC++
  3. 所属分类:Audio program

    • 发布日期:2017-03-30
    • 文件大小:6838
    • 提供者:froten
« 12 »
搜珍网 www.dssz.com