jpemartins / speex.js

Speex codec in Javascript. Mirror from https://code.ua.pt/projects/speex-js
214 stars 63 forks source link

Offset is outside the bounds of the DataView #26

Closed pmhegdek closed 8 years ago

pmhegdek commented 8 years ago

I am decoding .wav file that is encoded using speex. I am getting this error message Uncaught RangeError: Offset is outside the bounds of the DataView at bitstring.js:155 What is this and how to solve it? email- prasadmhegde@gmail.com