WavFile Class
Definition
Represents a WAV audio file.
public sealed class WavFile : IOFile
Constructors
| Name | Description |
|---|---|
WavFile(UInt32, Byte[]) |
Initializes a new instance of the WavFile class. |
Properties
| Name | Description |
|---|---|
Header |
Gets the WAV header. |
SampleData |
Gets the raw sample data. |
SampleRate |
Gets the sample rate of the audio in Hz. |