Google Meet incoming audio garbled
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
People
(Reporter: jgilbert, Unassigned)
References
Details
(Keywords: regressionwindow-wanted)
Attachments
(3 files)
Possibly related to bug 1518638.
I can reliably repro this on at least one Windows machine.
This is a regression from around 2019Q4. Maybe I can find a regression window.
Is there anything (about:support?) I can offer to sanity check things?
Comment 2•5 years ago
|
||
Based on the timing, I wonder if Bug 1586370 is the culprit. A regression window would be very helpful.
Paul, could you please have an initial look at this? I can follow up if it turns out to be a webrtc.org problem.
Comment 3•5 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #0)
Is there anything (about:support?) I can offer to sanity check things?
Please copy here the content of the Media
section in about:support
, thanks!
It would be helpful to have an audio recording of this, if possible.
Reporter | ||
Comment 4•5 years ago
|
||
Reporter | ||
Comment 5•5 years ago
|
||
Reporter | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
You have lots of devices. It looks like your output is an optical output (SPDIF), is that right?
Would you mind doing what you do in the video, with a bit more logging (this is going to output lots of data hence the MOZ_LOG_FILE):
MOZ_LOG=cubeb:5 MOZ_LOG_FILE=something.log
I'd like to understand how your audio output device is configured. Here, analyzing the waveform of the recorded audio, it has a valid signal interleaved with noise that is almost silence, at roughly equal duration.
Was the audio playing through what the name of the file suggests? I think I can reconstruct it somewhat in audacity by trimming the silences, and applying a resampling pass, but I'm not sure. This hints at what the possible bug in Gecko is.
A regression window will surely help, as I have at least a couple different candidates for the cause of this, that would fit the approximate range your mentioned in the description.
Reporter | ||
Comment 7•5 years ago
|
||
That is indeed a clip from Never Gonna Give You Up. I hear it as somehow both sslloowweedd ddoowwnn audio, but somehow also playing back on time, 1:1. All other browser audio (and videos) work fine.
My main output is SPDIF optical, yes.
I'll try for a log.
Reporter | ||
Comment 8•5 years ago
|
||
Reporter | ||
Comment 9•5 years ago
•
|
||
New data: Disabling microphone access/permission on the receiving machine causes its audio output to revert to normal!
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Jeff, would you mind trying again? We've changed a few things recently that might have fixed this, specifically on Windows.
In particular, I see in your log that your computer is able to use IAudioClient3
, that we had enabled by mistake: this is a path that should have not been reached.
Reporter | ||
Comment 11•5 years ago
|
||
Seems fixed in my STR! Thanks!
Description
•