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