Module knyst::buffer

source ·
Expand description

Loading sound files and other data and reading from them. Module containing buffer functionality:

  • Buffer for storing sound and other data
  • BufferReader for reading a single channel Buffer or only the first channel from a multi channel buffer
  • BufferReaderMulti for reading multiple channels from a Buffer. The number of channels is fixed once it has been added to a Graph

Structs

  • A buffer containing sound or data. Channels are stored interleaved in a 1-dimensional list.
  • Refer to a specific buffer in a SlotMap

Enums