Chromium Code Reviews| Index: webrtc/modules/audio_processing/include/audio_processing.h |
| diff --git a/webrtc/modules/audio_processing/include/audio_processing.h b/webrtc/modules/audio_processing/include/audio_processing.h |
| index c8ddc6a48313388994bb2745c11cb018c9296d0b..5fcc4d4672965b6ea3c3fe0cf57860259c1551cd 100644 |
| --- a/webrtc/modules/audio_processing/include/audio_processing.h |
| +++ b/webrtc/modules/audio_processing/include/audio_processing.h |
| @@ -279,6 +279,10 @@ class AudioProcessing { |
| // ensures the options are applied immediately. |
| virtual void SetExtraOptions(const Config& config) = 0; |
| + // TODO(peah): Remove after voice engine no longer requires it to resample |
| + // the reverse stream to the forward rate. |
| + virtual int input_sample_rate_hz() const = 0; |
|
the sun
2015/12/15 22:23:18
Note: as "luck" would have it, this method was nev
|
| + |
| // TODO(ajm): Only intended for internal use. Make private and friend the |
| // necessary classes? |
| virtual int proc_sample_rate_hz() const = 0; |