webrtc/modules/audio_device
Pengyu Liao ba907f0058 Add stereo support to FakeAudioDevice.
The stereo-ness depends on the input Capturer and Renderer:
1) The stereo-ness of playout equals to Renderer;
2) The stereo-ness of recording equals to Capturer.

Bug: webrtc:8978
Change-Id: Ib41b8294c30ef6db54fdaf9d1890de0135a976d1
Reviewed-on: https://webrtc-review.googlesource.com/60100
Commit-Queue: Pengyu Liao <pengyul@google.com>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22374}
2018-03-09 18:43:24 +00:00
..
android Add callback when new audio data is ready 2018-02-09 19:31:49 +00:00
dummy Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
include Add stereo support to FakeAudioDevice. 2018-03-09 18:43:24 +00:00
ios Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. 2018-02-07 10:07:28 +00:00
linux Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
mac Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
win Allow native aec to be used in peerconnection_client if available on windows. 2018-02-15 12:03:24 +00:00
audio_device_buffer.cc Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
audio_device_buffer.h Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. 2018-02-07 10:07:28 +00:00
audio_device_config.h Don't build windows core audio if using dummy file devices. 2017-10-27 12:53:34 +00:00
audio_device_data_observer.cc Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_generic.cc Removes Set/GetLoudspeakerStatus APIs from the ADM. 2017-11-16 19:44:24 +00:00
audio_device_generic.h Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_impl.cc Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_impl.h Removes usage of AGC APIs in the ADM. 2017-12-13 16:32:21 +00:00
audio_device_unittest.cc Delete macro RTC_ACCESS_ON, replaced by RTC_GUARDED_BY. 2018-02-07 10:07:28 +00:00
BUILD.gn Separate test/fake_audio_device on API and implementation. Step 1. 2018-03-07 12:46:00 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fine_audio_buffer_unittest.cc Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
fine_audio_buffer.cc Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
fine_audio_buffer.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
mock_audio_device_buffer.h Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00