Module audio::io

source ·
Expand description

Reading and writing sequentially from buffers.

This is called buffered I/O, and allow buffers to support sequential reading and writing to and from buffer.

The primary traits that govern this is ReadBuf and WriteBuf.

Structs

Traits

  • Trait used to govern sequential reading of an audio buffer.
  • Trait used to govern sequential writing to an audio buffer.

Functions