JavaScript Typed Arrays
One of the things we use a lot in our audio and canvas demos and libraries, is Typed Arrays. A typed array looks and feels a lot like a native JavaScript array, but for situations where your data is uniform, and of the same type (cf. buffers of sound or…