commit | 36e6a8f1bd1fd91ed5d9f6c29e6e0ae77881a710 | [log] [tgz] |
---|---|---|
author | alessiob <alessiob@webrtc.org> | Mon Apr 10 07:53:53 2017 |
committer | Commit bot <commit-bot@chromium.org> | Mon Apr 10 07:53:53 2017 |
tree | f76600de3553d5a22def316092f224b3491b7034 | |
parent | 2042c16be026f44a66dda8373ed812ce38fd2a55 [diff] |
WavReaderAdaptor is a simple adaptor of the existing class WavReader from webrtc/common_audio/wav_file.h. The adaptor was mainly needed to use dependency injection and easily test the MultiEndCall class (see https://codereview.webrtc.org/2761853002/). The unit test ConversationalSpeechTest.MultiEndCallWavReaderAdaptorSine uses CreateSineWavFile() and writes temporary wav files that are used for test (deleted only if the test passes). BUG=webrtc:7218 Review-Url: https://codereview.webrtc.org/2774423005 Cr-Commit-Position: refs/heads/master@{#17608}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.