搜索资源列表
riff
- RIFF Tagged File Format
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
获取AVI类型文件的信息
- 由于在Windows2000下右键点击RIFF (*.avi,*.wav) 类型的文件,在摘要里没有该文件的具体信息,所以我就编了一个小程序,用来显示该类型文件的信息。具体信息主要包含视频流和音频流信息。视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等。-in Windows2000 Right click RIFF (*. avi, *. wav)
addhead
- 给无头的语音文件添加头,可以自己定义,添加的市标准的RIFF格式的头-without a head to the paper added voice, who can own definition, add to the city's standards for the first RIFF format
AVIFileInfo
- 用来显示RIFF (*.avi,*.wav) 类型的文件的信息。具体信息主要包含视频流和音频流信息。视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等
winresample
- wave文件采样率转换的程序,对于学习信号与音频处理,信号的抽取与插值,RIFF文件结构和WAVE文件格式很有帮助。
rmi2mid
- Sometimes I get *.rmi files that are Microsoft specific midi files. Only Windows Players support this format. I prefer using dos players and the builtin player of a music workstation and they cannot load RMI. When I studied the content of an
riff_avi
- 这是介绍riff 文件规范和avi文件规范的资料,值得参考。-This is to introduce the riff file specification and avi file specification information, a good reference.
avi_encoder.zip
- encodes avi file format package tags. it can recognize most of riff formats. so can read also wave files too. which uses riff tag structure.,encodes avi file format package tags. it can recognize most of riff formats. so can read also wave files
wavFile
- wav文件格式分析详解 一、综述 WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的 -wav file format analysis of a detailed overview of WAVE file as a multimedia sound waves used in one file format, which is based on the format as a standard RIFF
avi
- 这是一个英文版的avi格式说明文档,有一定的参考价值-this is a avi format reference[riff]
WAVE
- windows media riff source wave files in
PCM_WAVE
- 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
speech
- 文-语转换即Text-to-Speech,简称为TTS,这种技术已经广泛地运用到各种信息查询台、机器人语音等领域中。通过本次实验,了解TTS的基本实现原理,并能在VC++环境中运用TTS技术完成英文的文-语转换。 Windows支持两种RIFF(resource interchange file format,“资源交互文件格式”)音频文件:MIDI的RMID文件和波形音频文件格式Wav文件,而Wav文件是一种经常需要播放获编辑的音频文件,故本实验就要学习设计VC程序完成Wav文件播放的几种
avifileinfo
- 由于在Windows2000下右键点击RIFF (*.avi,*.wav) 类型的文件,在摘要里没有该文件的具体信息,编了一个小程序,用来显示该类型文件的信息。具体信息主要包含视频流和音频流信息。视频流信息主要有:(1)Total frames (2)Frame rate (3)Codec (4)视频的宽度和高度等。音频信息主要有:(1)音频的格式 (2)单声道还是立体声 (3)采样频率等。-Since under Windows2000 right-click RIFF (*. avi,*.
wave
- WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的。RIFF是英文Resource Interchange File Format的缩写,每个WAVE文件的头四个字节便是“RIFF”。WAVE文件由文件头和数据体两大部分组成。其中文件头又分为RIFF/WAV文件标识段和声音数据格式说明段两部分。WAVE文件各部分内容及格式见附表。-WAVE file as a multimedia file format used in the acoustic one, which
wav-format-decode
- 波形文件格式解析,使用vb读取波形文件,并绘制其波形。-Waveform file format parsing, use vb to read wave file and draw the waveform.
wavFileFormat
- 详细介绍wav文件的格式。WAVE文件作为多媒体中使用的声波文件格式之一,它是以RIFF格式为标准的。 RIFF是英文Resource Interchange File Format的缩写,每个WAVE文件的头四个 字节便是“RIFF”-Wav file format details. WAVE files using the sound as a multimedia file formats, it is a standard RIFF format. RIFF Resource I
wav_metadata.py
- Python scr ipt that replaces in-situ the string between <node> and </node> in the iXML chunk of the RIFF-WAVE file. Counts with trailing spaces in iXML to use up in case the new content uses more bytes than the previous one.