C# 클래스 Translate.Services.Audio.WavParser

Class WavParser Parses a standard WAVE file
상속: RiffParser
파일 보기 프로젝트 열기: nikhilk/silverlightfx 1 사용 예제들

공개 메소드들

메소드 설명
ParseWaveHeader ( ) : void

Parses the RIFF WAVE header. .wav files should look like this: RIFF ('WAVE' 'fmt ' = WAVEFORMATEX structure 'data' = audio data )

WavParser ( Stream stream ) : System

Initializes a new instance of the WavParser class.

비공개 메소드들

메소드 설명
ReadFormatBlock ( ) : void

Read the format block from the file and construct the WAVEFORMATEX structure

메소드 상세

ParseWaveHeader() 공개 메소드

Parses the RIFF WAVE header. .wav files should look like this: RIFF ('WAVE' 'fmt ' = WAVEFORMATEX structure 'data' = audio data )
public ParseWaveHeader ( ) : void
리턴 void

WavParser() 공개 메소드

Initializes a new instance of the WavParser class.
public WavParser ( Stream stream ) : System
stream Stream A stream that contains the Wave data
리턴 System