jsantell/dancer.js

ArrayBufferView size is not a small enough

Closed this issue · 1 comments

RangeError: ArrayBufferView size is not a small enough positive integer (dancer.js:405) on Chrome.
http://news.ycombinator.com/item?id=4075063

Cannot reproduce?

Edit: Got in Opera, since it falls back to the Mozilla adapter, trying to create a new FFT, passing in NaN due to frameBuffer and channels being undefined, since buffer/channels/samplerate is not available in the big O. Perhaps break adapterMoz into an audio data api adapter, where if it supports audio data, great, otherwise, just play the audio track.

Fixed with flash support in 0.2.0 -- Opera now falls back to flash instead of using the Moz implementation