dasp_ring_buffer 0.11.0

Simple fixed and bounded ring buffers for audio PCM DSP.
Documentation

Items related to the implementation of ring buffers.

The primary items of interest in this module include:

  • The Slice and SliceMut traits - implemented for types that may be used as the underlying buffer in Fixed and Bounded ring buffers.
  • The Fixed ring buffer type.
  • The Bounded ring buffer type.