[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 Oct 11 03:51:20 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=236219
--- Comment #21 from youenn fablet <youennf at gmail.com> ---
(In reply to John from comment #20)
> (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?
setMicrophoneActive did not yet ship in Safari. It is now testable in Safari Tech Preview only (off by default for now).
--
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/20241011/d5be1e34/attachment.htm>
More information about the webkit-unassigned
mailing list