-
Notifications
You must be signed in to change notification settings - Fork 68
No sound in iOS 15 #274
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
Comments
Make sure you use .mp3 and not .ogg or .wav |
Yes, I do use |
I have ios 18 and it works. is it only on iOS 15 or from iOS 15? |
Hmm, I don’t have an iOS 18 device to test, but I tested on two different iOS 15 devices and didn’t have sound in either. Might be an issue specific to iOS 15. |
@guillaumebrunerie I also had issues with no sound and found that in Safari on iOS the ringer switch being off mutes WebAudioContext but not other kinds of web audio. You might want to check if that's the case for you too? |
My app works fine on Android but there is no sound at all in Safari on iOS 15. The README says that iOS 11+ is supposed to be supported. The sounds on https://pixijs.io/sound/examples/ don't work either.
Is this a known issue? I tried to set
useLegacy
totrue
but it didn't make any difference.Not sure how to get some console logs from iOS.
The text was updated successfully, but these errors were encountered: