| Parameter | Description |
|---|---|
| buffer | A span of floats that will work as the backing buffer. |
| channels | The number of audio channels in the buffer |
Creates a new ChannelBuffer instance using the as a backing memory store.
Setting content using [[this[int, int]]] will be reflected if another ChannelBuffer is created and the same indices are being read back. No other guarantees are given with respect to layout / packing.