Bjorn Volcker
beb9798ab4
audio_processing: Fixed incorrect usage of SetExtraOptions() in offline tool
The way SetExtraOptions() is used today only applies for any one configuration change. The correct way is to set it after all flags have been scanned. The prefered way to solve this is to use gflags and scan once, followed by applying the configuration when creating audio_processing. This is what is done in the new test tool audioproc_float.cc, but there are still some things left to do before we can replace this one. BUG=N/A TESTED=locally R=kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45279004 Cr-Commit-Position: refs/heads/master@{#9097}
Description
No description provided
Languages
C++
76%
C
16%
Python
2.3%
Java
2.1%
Objective-C++
1.5%
Other
1.9%