Allow separate dump sets for the data dumper in APM
This CL allows separate dump sets to be used when dumping internal APM data using audioproc_f, opening up for reducing the amount of data to be dumped. Bug: webrtc:5298 Change-Id: I8286933ceed10db074f2064414cc08e8b12653fa Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/196089 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33047}
This commit is contained in:
@ -138,6 +138,7 @@ struct SimulationSettings {
|
||||
bool dump_internal_data = false;
|
||||
WavFile::SampleFormat wav_output_format = WavFile::SampleFormat::kInt16;
|
||||
absl::optional<std::string> dump_internal_data_output_dir;
|
||||
absl::optional<int> dump_set_to_use;
|
||||
absl::optional<std::string> call_order_input_filename;
|
||||
absl::optional<std::string> call_order_output_filename;
|
||||
absl::optional<std::string> aec_settings_filename;
|
||||
|
||||
Reference in New Issue
Block a user