audiojs / audio

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

Use typed arrays instead? #20

Closed jamen closed 8 years ago

jamen commented 8 years ago

Since I'm trying to lay a pretty environment-agnostic foundation here for Audio, maybe I should consider using the TypedArray objects. That relies on the ECMAScript spec instead of Node's Buffer.

jamen commented 8 years ago

Uhh, never mind. I thought about it, and Buffer modules for browser just use TypedArrays, and then I also thought about how our whole plugin system is based on Node's stream objects.