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.
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.
Since I'm trying to lay a pretty environment-agnostic foundation here for
Audio
, maybe I should consider using theTypedArray
objects. That relies on the ECMAScript spec instead of Node'sBuffer
.