Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
ReadFormatBlock ( ) : void |
Read the format block from the file and construct the WAVEFORMATEX structure
|
public WavParser ( Stream stream ) : System | ||
stream | Stream | A stream that contains the Wave data |
Résultat | System |