-
Notifications
You must be signed in to change notification settings - Fork 7
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
Player does not work on Safari #71
Comments
Safari is not a browser from Mozzilla. |
I filed the report on mdn as now the mdn documentation is maintained by Microsoft, Apple, Google etc. These pages state that it should work on Safari. I also filed a bug report to Apple. Even if I am a mac user, I do not regularly use Safari. So eventually I propose that you state it somewhere in the documentatoin (e.g. in readme.md) that Safari does not play back and close this issue. |
Sorry, for I will not do that: there are a lot of browsers that do not handle correctly such or such HTML5 standard feature, and I don't have time nor money enough to test all browsers in all machines with all their possible systems. |
Ok, so we keep this issue as a hint in case someone else stumbles in that problem. I now raise a warning in Zupfnoter if someone uses safari. |
Problem
The player does not work on safari. I tried to track it down and found that decodeAudiData calls the error callback but does not even provide an error message
I tried with https://mdn.github.io/webaudio-examples/decode-audio-data/ which does not work either (filed a report: mdn/webaudio-examples#5)
Solution approach
The text was updated successfully, but these errors were encountered: