Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2542)

Unified Diff: webrtc/modules/audio_processing/test/wav_based_simulator.h

Issue 2834643002: audioproc_f with simulated mic analog gain (Closed)
Patch Set: AEC dump + fake rec device bugfix Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_processing/test/wav_based_simulator.h
diff --git a/webrtc/modules/audio_processing/test/wav_based_simulator.h b/webrtc/modules/audio_processing/test/wav_based_simulator.h
index 245367e237c336c6095b2d15c8fdd74e401a8fe7..3fdb534647f71ff4f64e033b05755e1cf076cf16 100644
--- a/webrtc/modules/audio_processing/test/wav_based_simulator.h
+++ b/webrtc/modules/audio_processing/test/wav_based_simulator.h
@@ -11,6 +11,7 @@
#ifndef WEBRTC_MODULES_AUDIO_PROCESSING_TEST_WAV_BASED_SIMULATOR_H_
#define WEBRTC_MODULES_AUDIO_PROCESSING_TEST_WAV_BASED_SIMULATOR_H_
+#include <string>
#include <vector>
#include "webrtc/modules/audio_processing/test/audio_processing_simulator.h"
@@ -45,7 +46,6 @@ class WavBasedSimulator final : public AudioProcessingSimulator {
const std::string& filename);
std::vector<SimulationEventType> call_chain_;
- int last_specified_microphone_level_ = 100;
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(WavBasedSimulator);
};

Powered by Google App Engine
This is Rietveld 408576698