-
Notifications
You must be signed in to change notification settings - Fork 217
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
iOS 15 Safari remote audio minimal/soft at max volume #1586
Comments
Hello @TC-bDelRosario1, Thank you for reporting this issue. We are investigate this internally (VIDEO-7086), Will update you once we have more details. |
We are still looking at this and I see that there is an open Safari Bug for the same issue: https://bugs.webkit.org/show_bug.cgi?id=230902 |
Hi Makarand, yep Les/Brendan and I filed that Safari bug |
Hi all, |
Update: We tried a suggestion that was offered in this comment: https://bugs.webkit.org/show_bug.cgi?id=230902#c18 It ended up working for us and getting us close to previous functionality, this is a good step but we are still looking forward to a full solution. |
this related issue also causes static upon WebAudio createMediaElementSource() audio noise problem. Audio which is made with WebAudio createMediaElementSource() can cause noise. https://takahirox.github.io/ios-webaudio-test/ is the test to check it. I faced this problem on my iPhoneX iOS 14.8 Safari |
I was able to reproduce the issue on Chrome for iOS too. |
Update: |
Note: Another thing to note is that iPhone 8 does not exhibit this bug, thus this "hack" should not be applied, otherwise the sound is extremely loud and may damage the phone's speakers. |
I verified and this appears to be resolved in iOS 15.2 beta 4. I will keep this issue open until we verify on iOS 15.2 stable release. |
I tested this with the newly released 15.2, and the issue is slightly improved but not fixed. It looks like now the audio comes out of both the earpiece speaker at the top of the phone and the main speaker at the bottom, whereas before it only came out of the earpiece. However the audio volume is still very low, so its a bit louder and semi-usable at maximum volume, but far from fixed. |
Just test it with my iphone 12 ios 15.2 and looks good for me |
Verified on iPhone 11 iOS 15.2 stable release and the audio is better. I will keep this ticket open for tracking purposes until Apple fixes it on other devices. See the webkit bug for details. |
We verified this is fixed on iOS 15.4 beta. We will update again once we verified on a stable release. |
We verified this is fixed on iOS 15.4. Tested on iPhone 11. |
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Code to reproduce the issue:
Running on twilio video https://github.com/twilio/video-quickstart-js with no code changes
Expected behavior:
Volume is at the same level as playing a video in the browser and also the same volume that we were receiving on iOS 14 and lower.
Actual behavior:
Volume is at a much lower level as playing a video in the browser and also a much lower volume than we were receiving on iOS 14 and lower.
Software versions:
The text was updated successfully, but these errors were encountered: