Namespace: CSCore

Syntax

public interface IWaveSource : IReadableAudioSource

Implements

  • CSCore.IReadableAudioSource

Summary

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

Remarks

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.