Namespace Cosmos.System.Audio.IO
Classes
AudioBufferReader
Represents a read-only data view of an AudioBuffer.
AudioBufferReadWriteBase
Represents the base class for AudioBufferReader and AudioBufferWriter instances.
AudioBufferWriter
Represents a write-only data view of an AudioBuffer. The AudioBufferWriter class allows for performant writing of samples of different formats than the target audio buffer.
MemoryAudioStream
Represents an audio stream that reads from a byte array in memory.
SeekableAudioStream
Represents a finite audio stream that supports seeking operations.