Module audio::buf

source ·
Expand description

Utilities for working with audio buffers.

Re-exports

Modules

  • A dynamically sized, multi-channel audio buffer.
  • A dynamically sized, multi-channel interleaved audio buffer.
  • A dynamically sized, multi-channel sequential audio buffer.

Functions

  • Copy from the buffer specified by from into the buffer specified by to.
  • Translate the content of one buffer from into the buffer specified by to.