搜索资源列表
WAVE文件格式剖析
- WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的。RIFF是英文Resource Interchange File Format的缩写,每个WAVE文件的头四个字节便是“RIFF”。WAVE文件由文件头和数据体两大部分组成。其中文件头又分为RIFF/WAV文件标识段和声音数据格式说明段两部分。WAVE文件各部分内容及格式见附表。-WAVE as a multimedia documents used in the acoustic format, it is based
longwavpro
- wav文件的切割程序,将一个大wav切成若干小文件-cutting procedures, a large wav file into several small
WAVdrive
- 该程序由vc++开发平台开发,利用api函数实现wav文件的播放。-the procedures vc development platform development and use of api Function wav file playback.
Record1
- 一个简单的录音程序,输入用户的语音,可以录制,存放到一个wav文件中,播放。-a simple procedure of recording, the voice user input can be recorded, stored to a wav file, players.
ica_C
- 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Si
VAD_2
- 该程序是AMR-WB+声码器中的VAD(Voice Activity Detection)程序.测试时使用8kHz采样率,16bit量化的wav文件. -AMR-WB Vocoder the VAD (Voice Activity Dete ction) program. test the use of 8 kHz sampling rate and 16bit wav quantify the document.
wavSource
- 用VC编写的WAV文件操作例程,如有需要的可以下载,很有参考价值.-VC prepared by the WAV file manipulation routines, and if necessary can be downloaded great reference value.
Read_WAV
- Windows编程小程序 Wav文件的播放-small Windows programming procedures yes documents broadcast
soundFile
- 程序中,本程序利用MFC实现了wav文件的播放功能。-procedures, the procedures for the use of MFC wav documents playback functions.
vc_jiqiaoshili_part9
- Visual.C++程序设计技巧与实例--配套光盘 第9章 多媒体技术 本章的共有6个实例: 1. CopyWnd捕捉窗体内容存储到剪切板 2. BMPMovie实现位图动画 3. MyScreenSaver打造自己特色的屏保程序 4. PlayWave播放wav文件 5. MCIPlayer使用MCIPlayer来播放各种常见媒体格式(wav/midi/cd/avi) 6. AVIPlay播放Avi文件-Visual.C program design techn
ViterbiSearch
- Viterbi Search 语音识别中HMM模型用到的Viterbi Search 源代码,包括测试用的WAV文件和TCL脚本-Viterbi Search Speech Recognition HMM used in the Viterbi Sea rch source code, including testing of WAV files and TCL scr ipt
用PC SPEAKER 播放WAV文件的C源程序
- 用PC SPEAKER 播放WAV文件的C源程序 -PC SPEAKER broadcast WAV files to the C source
wave
- C语言编写。对语音(.wav文件)做读取,写入操作,并可对文件进行采样抽取和内插-C language. Voice (. Wav files) to do read, write, and samples of documents collected and interpolation
wav-g729
- G729协议解码,处理声音文件,解码成PCM格式-G729 protocol decode, processing sound files, decoding into PCM format
speechbymatlab
- 请认真阅读采用MATLAB分析WAV文件。 步骤一:选择一个WAV文件作为分析的对象 。(ding.wav) 步骤三:进行 FFT变换并画频域图形 。 步骤四:进行该声波主要频谱的分析。 步骤五:根据该声音的频谱,反演时域图形 。(有失真) 步骤六:进行付立叶逆变换IFFT并画频域图形 。-Please carefully read the WAV files using MATLAB analysis. Step One: Select a WAV file as the
wzld
- delphi的文件朗读器,能读中文、英文以及中英文混合朗读,并且可以保存成WAV文件。使用到TTS,可以自行下载,并在delphi安装相应插件。-delphi read the document, and can read Chinese, English and Chinese and English mixed reading, and can be saved into a WAV file. The use of the TTS, is free to download and inst
Timit-wav
- 语音识别中有个著名的语音库TIMIT,其中的wav文件和我们平常的不一样,这个程序就是读取wav文件的-Speech recognition in a famous speech database TIMIT, one of the wav file and we usually do not like this program is to read wav files
WAV-audio-editor-source-code
- WaveEdit程序源代码,看上去不错的WAV音频编辑器Delphi源代码,主要是用来分析编辑WAV文件音频流的,进行简单的处理,截取或变调,然后用在该用的地方。程序的界面如上图所示,看上去还挺专业的,希望不要错过源码哦。 运行环境:Windows/Delphi7-WaveEdit program source code, looks good WAV audio editor Delphi source code is mainly used to analyze the audio st
语音信号处理LABVIEW
- 交互式选择wav文件,显示WAV文件的通道数,量化精度,总样本数,文件名,并用Chart显示各通道波形。(Interactively select the wav file, display the number of channels WAV file, quantization accuracy, the total sample number, file name, and show the waveform of each channel using Chart.)
Wav文件解析
- WAV文件的格式解析,获取纯音频部分的数据,并以波形显示;可回放。(WAV file format analysis, access to pure audio part of the data, and waveform display, playback.)