- 76443ea Add support for toggling builtin voice processing on iOS by Sam Zackrisson · 4 years, 4 months ago
- c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 5 months ago
- 0bb354c Add and refactor functionality into rtc_base/win by Austin Orion · 4 years, 5 months ago
- 7c85d39 Delete unneeded includes of system_wrappers/include/sleep.h by Niels Möller · 4 years, 5 months ago
- 16db7ff Move win32 files to a new "win32" target to avoid cyclic dependencies. by Tommi · 4 years, 6 months ago
- f264e70 Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 7 months ago
- 6a9a910 AudioDeviceWindowsCore: fix mutex recursion. by Markus Handell · 4 years, 8 months ago
- 957318c Linux ADMs: fix recursive mutex locks. by Markus Handell · 4 years, 8 months ago
- 6b7d25e AudioDeviceMac: fix mutex re-entry. by Markus Handell · 4 years, 8 months ago
- 81d2bbf Add a missing Windows library by Eric Astor · 4 years, 8 months ago
- 5f61282 Migrate modules/audio_device to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
- c7f0dff Convert GN libs lists to frameworks by Sylvain Defresne · 4 years, 9 months ago
- 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
- 44b8b0b AudioDeviceMac, AudioMixerManagerMac: remove lock recursions. by Markus Handell · 4 years, 10 months ago
- f1393e2 Add UMA histogram for actual Android buffer size by Ivo Creusen · 4 years, 10 months ago
- bdb5830 Add UMA histogram for native audio buffer size in ms by Ivo Creusen · 4 years, 10 months ago
- 41559a2 In modules/audio_device replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 11 months ago
- 4aafdba Compile ADM pulse code by default. by Mirko Bonadei · 5 years ago
- fc9770c Prefix ALSA and PULSE macros with WEBRTC_. by Mirko Bonadei · 5 years ago
- d5d0a2b Fix: rename ms_per_buffer to buffer_duration by Kiran Thind · 5 years ago
- a598faf Fixes flaky ADM unittest by henrika · 5 years ago
- 9a4eb32 Change the AudioDeiviceDataObserver to be passed as a unique_ptr. by Fabian Bergmark · 5 years ago
- 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 5 years ago
- e52115a Remove inactive OWNERS. by Mirko Bonadei · 5 years ago
- 575c2ad Support passing the ADM to the ADMWrapper. by Fabian Bergmark · 5 years ago
- 5528402 Use newer version of TimeDelta and TimeStamp factories in modules/ by Danil Chapovalov · 5 years ago
- 760fd52 Replace MockAudioDeviceModule mock refcounting with real refcounting by Steve Anton · 5 years ago
- ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
- 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 5 years ago
- eb8c4ca Remove unnecessary checks from AudioDeviceWindowsCore::CoreAudioIsSupported by Anders Klemets · 5 years ago
- 9f9e20a Fix errorprone issues preventing Chromium Roll. by Mirko Bonadei · 5 years ago
- af070d0 Improves device enumeration in ADM2 for Windows. by henrika · 5 years ago
- efbda8d Don't perform DataCallback if the input object has been stopped. by Tim Haloun · 5 years ago
- bb55e0b Clarifies identification of default communication device in ADM2 by henrika · 5 years ago
- 83b2862 Protect against NumberOfEnumeratedDevices and Get[In|Out]putDeviceNames returning inconsistent results. by Tim Haloun · 5 years ago
- 351173c Tests that all available audio devices can be selected and used by the ADM. by henrika · 5 years ago
- ef6fe0c Use GetDefaultAudioEndpoint for the default communications device as well as the vanilla default device by Tim Haloun · 5 years ago
- 86b33e0 Don't ask for the friendly name of a default device if we failed to enumerate it. by Tim Haloun · 5 years ago
- b9f6902 Store logging streams in a manually linked list instead of std::list by Danil Chapovalov · 5 years ago
- 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
- 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
- ff060ee Disable AudioDeviceTest unittests under sanitizers. by Yves Gerey · 6 years ago
- 44dc241 Allows configuration of playout audio buffer by Alex Narest · 6 years ago
- f69bd5f Delete AudioDeviceWindowsCore::WideToUTF8, replaced with rtc::ToUtf8 by Niels Möller · 6 years ago
- bbeb109 Reporting audio device underrun counter by Alex Narest · 6 years ago
- 704c8c4 Re-enable AudioDeviceTest in combination with sanitizers. by Yves Gerey · 6 years ago
- 412282a [tsan] Guard audio_device_pulse_linux members from concurrent access. by Yves Gerey · 6 years ago
- b168678 Add RTC_ prefix to non-standard format specifier macro "PRIdNS" by Oleh Prypin · 6 years ago
- 84de3d9 Factor framework dependencies out of audio_device_impl by Oleh Prypin · 6 years ago
- fd643a4 Build core audio for older windows versions by Paul Roberts · 6 years ago
- 432fe68 [Cleanup] Remove write-only member _sndCardRecDelay. by Yves Gerey · 6 years ago
- b93a245 [Unit tests] Remove race condition and dangling pointer to mock. by Yves Gerey · 6 years ago
- 1afe657 [Sanitizers] Disable tests at compile-time rather than run-time. by Yves Gerey · 6 years ago
- 6704df9 Minor threading-model fix for ADM2 on Windows by henrika · 6 years ago
- d8c6ec4 Adds support for disabling autostart in ADM2 for Windows by henrika · 6 years ago
- ee0550c [Unit tests] Show skipped tests instead of painting them green. by Yves Gerey · 6 years ago
- d404946 Minor modifications for ADM2 on Windows. by henrika · 6 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 225842c Initialize signal processing function pointers statically by Karl Wiberg · 6 years ago
- 44bc19b Delete TestAudioDeviceModule methods using rtc::PlatformFile by Niels Möller · 6 years ago
- 08fa953 Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Danil Chapovalov · 6 years ago
- fd5166c Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Philip Eliasson · 6 years ago
- fc96135 Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory by Danil Chapovalov · 6 years ago
- 48edc92 Delete deprecated AudioDeviceWithDataObserver factory by Danil Chapovalov · 6 years ago
- 102b728 Prevent howling in RunPlayoutAndRecordingInFullDuplex by Gustaf Ullberg · 6 years ago
- 198cf00 Reland "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Möller · 6 years ago
- fb8c856 Revert "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Moller · 6 years ago
- e779847 Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN by Niels Möller · 6 years ago
- 4731f00 Delete deprecated PlatformThread looping by Niels Möller · 6 years ago
- 98499d5 Remove deprecated AudioDeviceModule factory by Danil Chapovalov · 6 years ago
- 153056b Add ability to play audio in circle for TestAudioDevice wav file capturer by Artem Titov · 6 years ago
- dd1c16f Use absl::make_unique in TestAudioDeviceModule factory methods by Artem Titov · 6 years ago
- 7a930da Reland "Remove old audio device implementation." by Kári Tristan Helgason · 6 years ago
- 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
- 5154c5b Remove atlbase dependency and lowercase Windows header includes. by Noah Richards · 6 years ago
- 00d1adf Make audio_device_module_from_input_and_output visible. by Mirko Bonadei · 6 years ago
- c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
- e9d2b4e Revert "Remove old audio device implementation." by Jeroen de Borst · 6 years ago
- 0cfa4cb Remove old audio device implementation. by Kári Tristan Helgason · 6 years ago
- 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 6 years ago
- 185e802 Prefix AUDIO_DEVICE_INCLUDE_ANDROID_AAUDIO with WEBRTC_. by Mirko Bonadei · 6 years ago
- 673f7e5 Do not assume /DUNICODE and /D_UNICODE. by Mirko Bonadei · 6 years ago
- c771c80 Use scoped_refptr to share the instance of OpenSLEngineManager by Lu Liu · 6 years ago
- 5632578 Mark MediaBufferImpl as final. by Noah Richards · 6 years ago
- 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
- 77efcd8 Reland "Replacing rtc::Thread with task queue for TestAudioDeviceModule." by Sebastian Jansson · 6 years ago
- fa852ef Revert "Replacing rtc::Thread with task queue for TestAudioDeviceModule." by Seth Hampson · 6 years ago
- 1b871d0 Replacing rtc::Thread with task queue for TestAudioDeviceModule. by Sebastian Jansson · 6 years ago
- 7bc331f Android: Use android_deps directly by Peter Wen · 6 years ago
- fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
- c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
- 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
- c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
- fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 6 years ago
- d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
- d3a5aaa Check "rtc_include_internal_audio_device" before creating unittest for audio_device_ios_objc by Jiawei Ou · 6 years ago
- 2fd09a4 Remove deprecated code from audio device. by Mirko Bonadei · 6 years ago
- 5a6ae02 Reland "Trim down FileWrapper class to be merely a wrapper owning a FILE*" by Niels Möller · 6 years ago