• Sergey Ulanov's avatar
    [Fuchsia] Set input device effects in AudioManagerFuchsia · 34d2626e
    Sergey Ulanov authored
    Currnetly runner always redirects AudioCapturer to the agent and
    the AudioCapturer implementation provided by the agent supports echo
    cancellation, noise suppression and automatic gain control.
    Also, in the future the default AudioCapturer will implement these
    effects as well.
    
    Updated AudioManagerFuchsia::GetInputStreamParameters() to report
    these effects as supported. This ensures that WebRTC will not try to use
    built-in versions of these effects.
    
    Bug: 1065207
    Change-Id: I9997dc603544441c0e1bc96516915943e08d7a2f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124305
    Auto-Submit: Sergey Ulanov <sergeyu@chromium.org>
    Reviewed-by: default avatarDavid Dorwin <ddorwin@chromium.org>
    Commit-Queue: David Dorwin <ddorwin@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#754164}
    34d2626e
audio_manager_fuchsia.cc 4.27 KB