1.0.1 • Published 8 years ago
typedarray-methods v1.0.1
typedarray-methods
Polyfill to make sure that TypedArrays have complete methods (hello safari), like fill, slice, map, reverse etc.
Usage
require('typedarray-methods');
//... write the code as if nothing happenedSee also
- enable-mobile − make demo/tests/app work nicely in mobiles.
- get-float-time-domain-data — Web Audio API AudioAnalyser fix for safari.
- audio-buffer-utils — handy tools for audio buffers.
- audio-buffer — speedy implementation of AudioBuffer for node/browser.
