You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why this wasn't returning any results.
As it turns out, the wav.js api supports a canonical wav format, so now I have to go download some random program so I can decode this. I ended up using this: http://www.lightlink.com/tjweber/StripWav/StripWav.html
Most wav files will break the api unless you use the program on them.
At the moment, this is the only thing I can think of that would run on mobile, but this API defeats that purpose.
It might mean making a huge change in code, but replacing the wav API for a newer version (that supports normal headers) would definitely fix the one and only bug in this code.
The text was updated successfully, but these errors were encountered:
comicsansgreenki
changed the title
Can't load any WAV files: Console returns "Cannot read property 'length' of undefined"
Can't load any normal WAV files because of API issues
Oct 30, 2020
I was wondering why this wasn't returning any results.
As it turns out, the wav.js api supports a canonical wav format, so now I have to go download some random program so I can decode this. I ended up using this: http://www.lightlink.com/tjweber/StripWav/StripWav.html
Most wav files will break the api unless you use the program on them.
At the moment, this is the only thing I can think of that would run on mobile, but this API defeats that purpose.
It might mean making a huge change in code, but replacing the wav API for a newer version (that supports normal headers) would definitely fix the one and only bug in this code.
The text was updated successfully, but these errors were encountered: