Open
Bug 1404965
Opened 7 years ago
Updated 1 year ago
Help the AEC code by giving it the delay value we have from duplex.
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Core
WebRTC: Audio/Video
Tracking
()
NEW
People
(Reporter: padenot, Unassigned)
References
(Blocks 3 open bugs)
Details
Compute + propagate audio delay figures down to the AEC. It is true that the AEC can determine this value itself. However, reading the code, it becomes clear that it has to do more work to do so. Because we have a duplex system, we can know very precisely this delay, and save some cycles in the AEC code.
Reporter | ||
Updated•7 years ago
|
Blocks: webrtc-call-quality
Reporter | ||
Comment 1•7 years ago
|
||
This requires some light cubeb hacking so we can have an API that lets us get a precise value.
Rank: 23
Priority: P4 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•