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

Unified Diff: webrtc/voice_engine/utility.h

Issue 3013033002: Remove VoEFile (Closed)
Patch Set: rebase 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/voice_engine/utility.h
diff --git a/webrtc/voice_engine/utility.h b/webrtc/voice_engine/utility.h
index 4139f05cfddae809543f2a64b100d28fc98b3284..d4e14dc9e99e68cbb8af5457a367fd465978b302 100644
--- a/webrtc/voice_engine/utility.h
+++ b/webrtc/voice_engine/utility.h
@@ -45,12 +45,6 @@ void RemixAndResample(const int16_t* src_data,
PushResampler<int16_t>* resampler,
AudioFrame* dst_frame);
-void MixWithSat(int16_t target[],
- size_t target_channel,
- const int16_t source[],
- size_t source_channel,
- size_t source_len);
-
} // namespace voe
} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698