public interface IWaveSource : IReadableAudioSource
Defines the base for all audio streams which provide raw byte data.
Compared to the ISampleSource, the IWaveSource provides raw bytes instead of samples. That means that the Position and the Position properties are expressed in bytes. Also the Read method provides samples instead of raw bytes.