Namespace: CSCore

Syntax

public interface ISampleSource : IReadableAudioSource

Implements

  • CSCore.IReadableAudioSource

Summary

Defines the base for all audio streams which provide samples instead of raw byte data.

Remarks

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.