commit | ea1ac2490e8ef8dbc27cef8a2d78854f312e29f2 | [log] [tgz] |
---|---|---|
author | Markus Lindroth <[email protected]> | Fri Sep 05 10:44:28 2025 |
committer | WebRTC LUCI CQ <[email protected]> | Fri Sep 05 13:53:28 2025 |
tree | b76a27178e2ff33cdceddd59735e2e022b5cb263 | |
parent | 5c966b64e40190a4b62f506c8d3c63c19fa79be9 [diff] |
Fix Opus stereo decoding of mono FEC to get trivial stereo output. When a mono Opus encoder sends FEC, and a stereo decoder is used, the decoder can produce non-trivial stereo audio. This change adds logic to ensure that if the last received packet was mono encoded, the decoded output is forced to be trivial stereo when decoding in stereo mode. A new unit test is added to cover this scenario. Bug: webrtc:376493209 Change-Id: Ibb9790b11f528b736c7a38b74445b3cdf4cf836c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/407803 Reviewed-by: Henrik Lundin <[email protected]> Commit-Queue: Markus Lindroth <[email protected]> Reviewed-by: Jakob Ivarsson‎ <[email protected]> Cr-Commit-Position: refs/heads/main@{#45569}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.