audiojs / audio

Class for high-level audio manipulations [NOT MAINTAINED]
MIT License
240 stars 9 forks source link

Async Iterable + diffs #66

Open dy opened 4 years ago

dy commented 4 years ago

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.