Extend the audioproc_f input parameters to match what is supported by AEC3

This CL extends the options for the audioproc_f tool to match the options
for AEC3.

Bug: webrtc:8671
Change-Id: I39972eae33dba461b94118ec47a8560eb9cfe5a6
Reviewed-on: https://webrtc-review.googlesource.com/43120
Reviewed-by: Jesus de Vicente Pena <devicentepena@webrtc.org>
Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org>
Commit-Queue: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22344}
This commit is contained in:
Per Åhgren
2018-03-08 07:47:14 +01:00
committed by Commit Bot
parent a51bbd8701
commit ad09d74f67
4 changed files with 230 additions and 1 deletions

View File

@ -90,6 +90,7 @@ struct SimulationSettings {
bool fixed_interface = false;
bool store_intermediate_output = false;
rtc::Optional<std::string> custom_call_order_filename;
rtc::Optional<std::string> aec3_settings_filename;
};
// Holds a few statistics about a series of TickIntervals.