New issue
Advanced search Search tips

Issue 671153 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: ----
Type: ----



Sign in to add a comment

Make Chromium use the new way of specifying parameters for the high-pass filter in the audio processing module

Project Member Reported by peah@chromium.org, Dec 5 2016

Issue description

The way of setting the parameters for the WebRTC audio processing module is being updated in an incremental manner. One parameter for which that has been updated is for specifying that the high-pass filter in the WebRTC audio processing module should be active or not.

The code for specifying whether the WebRTC high-pass filter should be used or not should be updated in Chromium.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 5 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b06b2e05c52246c844e3a63d08bb0fc87b09bb1e

commit b06b2e05c52246c844e3a63d08bb0fc87b09bb1e
Author: peah <peah@chromium.org>
Date: Mon Dec 05 18:20:43 2016

Remove unused code for ApplyFixedAudioConstraints in media_stream_audio_processor.
The reason for starting changing this code is that the code will be modified for
the new way of setting parameters for the WebRTC audio processing module.

BUG= chromium:671153 

Review-Url: https://codereview.chromium.org/2555443002
Cr-Commit-Position: refs/heads/master@{#436353}

[modify] https://crrev.com/b06b2e05c52246c844e3a63d08bb0fc87b09bb1e/content/renderer/media/media_stream_audio_processor_options.cc
[modify] https://crrev.com/b06b2e05c52246c844e3a63d08bb0fc87b09bb1e/content/renderer/media/media_stream_audio_processor_options.h

Comment 3 by peah@chromium.org, Dec 12 2016

Status: Fixed (was: Assigned)

Sign in to add a comment