[Webkit-unassigned] [Bug 236219] [iOS] Volume of non MediaStreamTrack-based audio reduces when capturing microphone

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 16 13:20:01 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=236219

--- Comment #20 from John <jdq at yabla.com> ---
(In reply to youenn fablet from comment #18)
> https://bugs.webkit.org/show_bug.cgi?id=277421 may be a solution to this
> bug, if doing the following:

Has anyone had any success with Youenn's suggestion in #18?

My coder tried but no real success — he says it "works" if he goes into the Safari settings and "mutes" by clicking "stop using microphone" and then unutes it, but of course that is not practical, something we can ask the user to do.


"if you mute/unmute manually on iphone his idea works" is what my coder says

My coder tried to use 
navigator.mediaSession.setMicrophoneActive(false)
prior to playing the audio 
and
navigator.mediaSession.setMicrophoneActive(true)
when the user initiated our "mic" button to record. 


We could not get it to work / did not solve the problem of the audio not playing at proper volume.

Did anyone get this to work?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240816/ec74c8b1/attachment.htm>


More information about the webkit-unassigned mailing list