When I run locally, I get a UInt8Array, but then when I run on gh-pages I'm getting Buffer objects, and then the AudioContext.decodeAudioData method complains that it isn't a proper buffer array.
Any idea why the context would change the return type?
When I run locally, I get a
UInt8Array
, but then when I run on gh-pages I'm gettingBuffer
objects, and then theAudioContext.decodeAudioData
method complains that it isn't a proper buffer array.Any idea why the context would change the return type?