-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Page loads in Safari but Music doesn't play #4
Comments
Unfortunately player implementation does not support Safari browser. Use Firefox or Chrome instead |
I agree with @bufgix. |
I see. I tried this demo in Safari and it works: https://deskjet.github.io/chiptune2.js/# |
That's why CMF's player doesn't work as well. The players are identical.
On point. I believe that it's an optimization issue about OpenMPT or the chiptune library. Modarchive.org uses a modified version of chiptune2 afaik. Also some Android browsers play the track very choppy or don't play it at all.
We have to get to the bottom of this. Unfortunately I and @bufgix couldn't have the time to really dive into the OpenMPT and see what's going on under the hood. We're still lack of knowledge and data. Good thing that somebody pointed this out again :p |
...and it doesn't work. :P |
Can play .s3m files in Safari though. I downloaded a file (shock09.mod) from modarchive and uploaded into https://deskjet.github.io/chiptune2.js/# and it plays fine. Weird. |
I tried setting up in my local:
homepage loads. But, as soon as I click on "randombtn" like "Where the mods at?", it crashes. Console shows this:
I have no clue how to deal with this (haven't worked with front-end like ever). Any leads? Or any tips on how to set this in local? |
I used Does changing the audio context affect the other platforms and have you had the chance to test them? And yes, unfortunately different formats behave differently. I'm still sus of OpenMPT about that. I gues we can never know without further testing and a bit of code-diving. |
Thanks. I was running into issues with
Meanwhile, I did (accidentally) find a way to make CMF play audio on Safari:
I did some code-diving today. And, the problem seems to be with the
According to W3C Candidate Recommendation and W3C Editor's Draft, we should see the first set. I noticed, in Safari the Another thing I learned, Can you suggest how to further investigate why uploading a mod to chiptune demo fixes the playback for CMF? I tried this workaround with local CMF but it didn't work. |
Hey again, |
I tried:
Safari: Version 14.0 (15610.1.28.1.9, 15610)
The text was updated successfully, but these errors were encountered: