Index: webrtc/modules/audio_mixer/audio_frame_manipulator.h |
diff --git a/webrtc/modules/audio_mixer/audio_frame_manipulator.h b/webrtc/modules/audio_mixer/audio_frame_manipulator.h |
index 4c8151d5463314549425cbee84806207332f2453..e0ba7eb24a42d2aa557839168b39d08c15db1da9 100644 |
--- a/webrtc/modules/audio_mixer/audio_frame_manipulator.h |
+++ b/webrtc/modules/audio_mixer/audio_frame_manipulator.h |
@@ -23,6 +23,9 @@ uint32_t AudioMixerCalculateEnergy(const AudioFrame& audio_frame); |
void NewMixerRampIn(AudioFrame* audio_frame); |
void NewMixerRampOut(AudioFrame* audio_frame); |
+// Downmixes or upmixes a frame between stereo and mono. |
+void RemixFrame(size_t target_number_of_channels, AudioFrame* frame); |
+ |
} // namespace webrtc |
#endif // WEBRTC_MODULES_AUDIO_MIXER_AUDIO_FRAME_MANIPULATOR_H_ |