Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Demo: MP3 Drag & Drop #8

Open
fabswt opened this issue Nov 22, 2018 · 1 comment
Open

Demo: MP3 Drag & Drop #8

fabswt opened this issue Nov 22, 2018 · 1 comment

Comments

@fabswt
Copy link

fabswt commented Nov 22, 2018

The ability to simply drop an MP3 on the demo page seems to be broken. At least, in Firefox and Chrome it simply replaced the demo with the MP3 I was trying to upload.

@fabswt
Copy link
Author

fabswt commented Nov 22, 2018

Turns out it's just an issue with:

var context = new (webkitAudioContext || AudioContext)();

Replaced it with:

var context = new (AudioContext)();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant