summaryrefslogtreecommitdiff
path: root/modules/audio_device/Android.mk
diff options
context:
space:
mode:
authorphoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-11 09:57:23 +0000
committerphoglund@webrtc.org <phoglund@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-06-11 09:57:23 +0000
commit994f7780f4dca90ab074277fa0d632ff07ad6e81 (patch)
tree71d5cb557f2a7cbe2926c7a7c6e575c7afb2721a /modules/audio_device/Android.mk
parentcaf328c920b6076df4432a6de393ec27f851585a (diff)
downloadwebrtc-994f7780f4dca90ab074277fa0d632ff07ad6e81.tar.gz
Making WebRTC able to play and record audio to files for tests.
By specifying the define WEBRTC_DUMMY_FILE_DEVICES (which is similar to WEBRTC_DUMMY_AUDIO_BUILD) an application will be able to tell WebRTC to play out audio to a file and feed audio in from a file. We want to do so we can better test WebRTC-using applications by recording what the audio stack outputs and feeding known audio in for quality tests. R=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/20609004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@6395 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'modules/audio_device/Android.mk')
-rw-r--r--modules/audio_device/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/audio_device/Android.mk b/modules/audio_device/Android.mk
index affa5e1c..4b3b9124 100644
--- a/modules/audio_device/Android.mk
+++ b/modules/audio_device/Android.mk
@@ -25,7 +25,8 @@ LOCAL_SRC_FILES := \
android/audio_device_android_opensles.cc \
android/audio_device_utility_android.cc \
dummy/audio_device_utility_dummy.cc \
- dummy/audio_device_dummy.cc
+ dummy/audio_device_dummy.cc \
+ dummy/file_audio_device.cc
# Flags passed to both C and C++ files.
LOCAL_CFLAGS := \