audio icon indicating copy to clipboard operation
audio copied to clipboard

Async Iterable + diffs

Open dy opened this issue 5 years ago • 0 comments

Must implement async iterable interface to stream samples.

.slice must return ref to initial buffer, not immutable clone. .trim and other modifiers must create diffs on the initial buffer, not change samples.

dy avatar Feb 10 '20 16:02 dy