NEW 281978
Disabling echoCancellation in getUserMedia request results in left channel audio only
https://bugs.webkit.org/show_bug.cgi?id=281978
Summary Disabling echoCancellation in getUserMedia request results in left channel au...
Jay Charles
Reported 2024-10-23 09:07:47 PDT
When adding echoCanellation:false to audio constraints for getUserMedia to capture a mono audio device, the returned mediaStreamTrack is stereo but has left channel audio only. Enabling AEC against the same device results in 2 channel audio. Same against Safari iOS/17.6.1 and Safari 18.0/MacOS 15.0
Attachments
Jay Charles
Comment 1 2024-10-23 09:12:59 PDT
To add, channelCount value in constraints has no effect, but if channelCount is omitted there is no audio on the track at all
Radar WebKit Bug Importer
Comment 2 2024-10-30 09:08:13 PDT
Note You need to log in before you can comment on or make changes to this bug.