-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Fix/play ogg audio on Safari #1523
Fix/play ogg audio on Safari #1523
Conversation
playAudio(src) { | ||
let audio = new Audio(); | ||
async playAudio(src) { | ||
const safariNeedHelp = IS_BROWSING_FROM_SAFARI && src.endsWith('.ogg'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good name
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to see how to fix the codacy quality analysis
@RodriSanchez1 Should ignore the files added for support ogv.js. I can't do it from my account. |
It works but audio are not cached
close #1499