[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
Thu Mar 2 09:42:49 PST 2023


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

--- Comment #9 from Bryce Aebi <bryce.aebi at llm.llc> ---
My understanding is that what's happening is grabbing the mic automatically changes the audioSession.type to "play-and-record". Then after mic use, the audioSession.type remains set as "play-and-record".

So I guess what I should do is manually change audioSession.type back to "playback" after ending use of the mic. That would solve the issue of persistent low volume after mic usage.

However, this would NOT solve the issue where the audio is at first very loud after starting the mic, and then becoming 1/2 as loud during the remainder of the mic usage. Ideally I want the audio to simply be at normal volume when the mic is active.

-- 
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/20230302/c0258fa4/attachment.htm>


More information about the webkit-unassigned mailing list