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

搜索资源列表

  1. basic-ssc-i2s-wm8731-project-at91sam3u-ek-keil

    0下载:
  2. I2S WAV 播放,使用KEIL开发环境。-EXAMPLE OF I2S PLAY
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:539272
    • 提供者:sigama
  1. PCM_WAVE

    0下载:
  2. Load the .WAV file from the disk into memory (parsing .WAV file s RIFF structure) Save the .WAV file from memory to the disk (creating .WAV file s RIFF structure) Playing the .WAV file using the default WAVE_MAPPER device Offline mixing of t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:33461
    • 提供者:zw
  1. Voice_v1

    0下载:
  2. 可以將WAV檔的資訊取出,並且能由TXT檔自創WAV檔,顯示聲音資訊,包含取樣頻率,長度,波形...等等之類-WAV files of information can be removed, and can create their own WAV files from the TXT file, display the sound information, including sampling frequency, length, wave ... and so forth and the l
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:2144
    • 提供者:aaron
  1. CShapMultimedia

    0下载:
  2. 用C#编写的多媒体技术。 1-播放指定的avi-mid-wav文件。 2-获取多媒体详细信息列表。 3-带记忆功能的MP3播放器。 4-自动播放的MP#播放器。 5-学校体操定时音乐播放。 6-播放Flash动画。 7-制作AVI播放器。 8-播放Gif动画。 9-利用Image制作小动画。 10-检测是否安装声卡。 11-打开和关闭CDROM。 12-控制PC喇叭发生。 -Written in C# using multimedia tech
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-11
    • 文件大小:3032419
    • 提供者:sin
  1. PlaySound

    0下载:
  2. Audio program that plays .wav files in csharp.
  3. 所属分类:Audio program

    • 发布日期:2017-04-01
    • 文件大小:66416
    • 提供者:Gin
  1. WAVE-pcm

    0下载:
  2. 波形文件分析器,适合于pcm编码格式的 wav 音频文件,内含读取wav文件,抽取和插入操作~-Wave file analyzer, suitable for pcm encoding format of the wav audio files, containing read wav files, extraction and insertion operations ~
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-09
    • 文件大小:1360955
    • 提供者:方周周
  1. MediaPlayer

    0下载:
  2. 本代码是设计一个在VC6.0下自制多媒体播放器,此多媒体具有一般的播放功能,能播放*.mp3,*.wma,*.mdi,*.wav,*.avi,*.dat等文件,还有Repeat功能-This code is designed to VC6.0 under a self-made multi-media player, this multi-media playback with a general, can play*. mp3,*. wma,*. mdi,*. wav,*. avi,*. da
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1923638
    • 提供者:裴超晨
  1. ffmpegproxy

    0下载:
  2. 这两天因为项目需要研究了一下 ffmpeg,非常强大,顺便把我做的音频转换的代码发上来,我们的项目需要是从 wav 转成 44k hz flv,我测试了mp3转换也都是成功的,相信转别的一些常用格式也没问题。-convert audio files use FFMpeg
  3. 所属分类:Audio program

    • 发布日期:2017-03-28
    • 文件大小:36989
    • 提供者:Jack
  1. wav

    0下载:
  2. 完整的关于WAVE文件格式的详细简绍,总共分为三部分-Full details on the WAVE file format Jane Shao, a total of three parts
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:84939
    • 提供者:张苗苗
  1. raw2wav

    0下载:
  2. 用于为raw音频文件添加wav文件头,方便实用。-This code is used to add wav file header to the raw audio files conveniently and practically.
  3. 所属分类:Audio program

    • 发布日期:2017-03-26
    • 文件大小:122353
    • 提供者:nothing
  1. SignalSpectrumAnalysis

    0下载:
  2. 信号频谱分析 1. 观测已知方波信号、正弦波信号的频谱 分析频率为4KHz、8KHz的占空比为50 的方波信号、正弦波信号的频谱。记录所得频谱图。 2. 观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图-Signal spectrum analysis
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:64318
    • 提供者:benny
  1. FrequencyDomainAnalysisOfTheSystem

    0下载:
  2. 信号频谱分析 1. 观测已知方波信号、正弦波信号的频谱 分析频率为4KHz、8KHz的占空比为50 的方波信号、正弦波信号的频谱。记录所得频谱图。 观测实时模拟信号(语音)的频谱 用音频设备采集一段语音,将语音存为.wav格式。对wav文件作分段傅里叶变换分析。语音是分音节的,应把它分段分析,而且实际运用中的数字信号处理的FFT的点数是有限的,一般只能达到千点。用傅里叶反变换IFFT,从频域恢复信号。画出频谱图和语音波形图-Signal spectrum analysis 1.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-25
    • 文件大小:94011
    • 提供者:benny
  1. WavView

    0下载:
  2. wav文件观察器,可导入wav文件,进行波形观察。-a wav file viewer
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:78417
    • 提供者:marvin
  1. OFDMcode

    0下载:
  2. OFDM系统仿真,包含了发射、信道估计、接受等完整的OFDM系统仿真-his simulation scr ipt set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorde
  3. 所属分类:Fax program

    • 发布日期:2017-04-02
    • 文件大小:160980
    • 提供者:liangjun
  1. sr

    0下载:
  2. 将.wav格式文件识别转换成文本字符串显示在对话框中。-Recognise the .wav format file and translate it to text or string. At last, display it on a dialog.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:86416
    • 提供者:卢运钊
  1. WavToMp3Demo

    0下载:
  2. 这个程序是将wav文件转换成MP3文件的,希望对初学者有帮助-this is a code transform wav to mp3
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-26
    • 文件大小:9236901
    • 提供者:agree
  1. DShowEncoder_src

    0下载:
  2. transform wav to mp3
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:18013
    • 提供者:amalti
  1. SimpleRecorder

    0下载:
  2. wav录音源码,通过皮肤空件,界面更加完美-wav produceder
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1091137
    • 提供者:likg
  1. A2000

    0下载:
  2. 通过WINDOWS的录音机录制的PCM音频8K16WAV文件经SACM_A2000算法压缩后变为SUB_BAND的音频格式,压缩前为:“.wav,8k/16bit;”压缩后为:“.16k/*.20k/*.24k下载 后用相应的解压缩算法进行播放。 -WINDOWS recorded by tape recorder PCM audio 8K16WAV papers have SACM_A2000 algorithm into SUB_BAND compressed audio forma
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:362187
    • 提供者:nupt2006
  1. audioREC

    0下载:
  2. 本人收藏的一个简单wav录音程序,用mfc实现的,是学习音频的基础资料。-My collection of a simple wav recording program, with mfc to achieve, is to learn the basis of audio information.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:34917
    • 提供者:jack
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com