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:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user