Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't load any normal WAV files because of API issues #1

Open
comicsansgreenki opened this issue Oct 30, 2020 · 0 comments
Open

Can't load any normal WAV files because of API issues #1

comicsansgreenki opened this issue Oct 30, 2020 · 0 comments

Comments

@comicsansgreenki
Copy link

comicsansgreenki commented 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.

@comicsansgreenki 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant