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

Player does not work on Safari #71

Closed
bwl21 opened this issue Jan 13, 2018 · 4 comments
Closed

Player does not work on Safari #71

bwl21 opened this issue Jan 13, 2018 · 4 comments

Comments

@bwl21
Copy link
Contributor

bwl21 commented Jan 13, 2018

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

  1. announce lack of Safari support
  2. implement a fallback with oscillator sounds instead of sampled sound
@moinejf
Copy link
Owner

moinejf commented Jan 13, 2018

Safari is not a browser from Mozzilla.
I have no Apple machine, but Safari is based on Webkit. The webkit browsers I know use gstreamer for Audio. Did you check the presence of gstreamer in your system?
If yes, is simple audio streaming (anything.mp3) working?

@bwl21
Copy link
Contributor Author

bwl21 commented Jan 13, 2018

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.

@moinejf
Copy link
Owner

moinejf commented Jan 13, 2018

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.

@bwl21
Copy link
Contributor Author

bwl21 commented Jan 13, 2018

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.

@bwl21 bwl21 closed this as completed Jan 13, 2018
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

2 participants