CircularBuffer stores float32 samples internally.
capacity in samples (integer)
Get a slice of samples.
Optional
Get head index.
Pop n samples from the buffer.
Push samples into the buffer.
Reset the buffer.
Get current size in samples.
CircularBuffer stores float32 samples internally.