1. 1aee0b5 Remove old methods in AudioTransport, make it pass a gn build by maxmorin · 8 years ago
  2. cd25539 Increase audio buffer duration for iPhone 4s. by tkchin · 8 years ago
  3. 93dd634 Treat foreground event as interruption end. by tkchin · 8 years ago
  4. 84cab20 UMA log for audio_device Init and Start(Playout|Recording). Make Init return a more specific error code, if possible. by Max Morin · 9 years ago
  5. 41ed7e1 Avoid race when stopping audio unit on iOS by henrika · 9 years ago
  6. 86eff72 Adds logging in combination with restart of audio unit by henrika · 9 years ago
  7. 2d014be Resolves issue with bad audio using BT headsets on iOS. by henrika · 9 years ago
  8. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
  9. 080a1e3 Fix iOS GN build and cleanup system_wrappers by kjellander · 9 years ago
  10. d251196 Provide isAudioEnabled flag to control audio unit. by tkchin · 9 years ago
  11. 4adbbcf Move ADM Create() method to public interface. by Peter Boström · 9 years ago
  12. 9eeb624 Build dynamic iOS SDK. by tkchin · 9 years ago
  13. efdd930 Fix RTCAudioSession crash in removeDelegate. by tkchin · 9 years ago
  14. 307a092 Support delayed AudioUnit initialization. by Tze Kwang Chin · 9 years ago
  15. 1300caa Refactor AudioUnit code into its own class. by Zeke Chin · 9 years ago
  16. e54467f Use RTCAudioSessionDelegateAdapter in AudioDeviceIOS. by tkchin · 9 years ago
  17. 9f987d3 Refactor AVAudioSession intialization code. by tkchin · 9 years ago
  18. 0ce3bf9 Fix lock behavior on RTCAudioSession. by tkchin · 9 years ago
  19. ab12c47 Modifies SDK and iOS detection for helper method that needs iOS 9+ by henrika · 9 years ago
  20. 3e60bf0 Adds low complexity audio mode for single core CPUs by henrika · 9 years ago
  21. f01633e Replace scoped_ptr with unique_ptr in webrtc/modules/audio_device/ by kwiberg · 9 years ago
  22. b3fb71c Add RTCAudioSession proxy class. by Zeke Chin · 9 years ago
  23. 6955870 Convert channel counts to size_t. by Peter Kasting · 9 years ago
  24. 30166cb iOS stability improvement for device switching, including BT devices by henrika · 9 years ago
  25. 46ea3ce AudioDeviceTest.StartPlayoutOnTwoInstances now verifies two active playing streams by henrika · 9 years ago
  26. 46ad542 Revert of "Create rtc::AtomicInt POD struct." (patchset #3 id:40001 of https://codereview.webrtc.org/1498953002/ ) by pbos · 9 years ago
  27. 84f0970 Reland of "Create rtc::AtomicInt POD struct." by Peter Boström · 9 years ago
  28. c729032 Resolves issue with multiple calls to audio unit initialization by henrika · 9 years ago
  29. 34911ad Improved error handling in iOS ADM to avoid race during init by henrika · 9 years ago
  30. 5a71f03 Deactivate the audio session after a call ends using the AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation constant by henrika · 9 years ago
  31. 3c12f4d Revert of Create rtc::AtomicInt POD struct. (patchset #12 id:220001 of https://codereview.webrtc.org/1420043008/ ) by pbos · 9 years ago
  32. b27f590 Create rtc::AtomicInt POD struct. by pbos · 9 years ago
  33. 9683964 Trivial initialization fix in AudioDeviceIOS by henrika · 9 years ago
  34. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  35. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  36. 45c136b Adds support for Bluetooth headsets to the iOS audio layer. by henrika · 9 years ago
  37. 8c471e7 Objective-C++ style guide changes for iOS ADM by henrika · 9 years ago
  38. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  39. 86d907c Refactor the AudioDevice for iOS and improve the performance and stability by henrika · 9 years ago
  40. 1380e26 Convert some more things to size_t. by Peter Kasting · 9 years ago
  41. 41eeff4 More iOS compile fixes. by Peter Kasting · 9 years ago
  42. deb4875 Fix typos in https://codereview.webrtc.org/1230503003/ not caught by trybots. by Peter Kasting · 9 years ago
  43. dce40cf Update a ton of audio code to use size_t more correctly and in general reduce by Peter Kasting · 9 years ago
  44. 4de6622 Fix a bug in computing audio delay on ios device. Converts seconds to by Jiawei Ou · 9 years ago
  45. 324d9c9 Avoids error message about unknown selected data source for Port iPhone Microphone by henrika · 10 years ago
  46. ba35d05 Cleanup of iOS AudioDevice implementation by henrika · 10 years ago
  47. 9303eaf Don't unnecessarily set mode/category on AVAudioSession. by Noah Richards · 10 years ago
  48. 68898a2 Remove AudioDeviceUtility. by Tommi · 10 years ago
  49. 38492c5 Re-land 8810 "- Add a SetPriority method to ThreadWr..." by tommi@webrtc.org · 10 years ago
  50. 90a1cb4 Revert 8810 "- Add a SetPriority method to ThreadWrapper" by tommi@webrtc.org · 10 years ago
  51. b6817d7 - Add a SetPriority method to ThreadWrapper by tommi@webrtc.org · 10 years ago
  52. 361981f Use scoped_ptr for ThreadWrapper::CreateThread. by tommi@webrtc.org · 10 years ago
  53. 8663973 Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 10 years ago
  54. 9343cf6 Fix crash in AudioDeviceUtilityIOS::~AudioDeviceUtilityIOS. by tkchin@webrtc.org · 11 years ago
  55. 122caa5 After an audio interruption the audio unit no longer invokes its render callback, which results in a loss of audio. Restarting the audio unit post interruption fixes the issue. by tkchin@webrtc.org · 11 years ago
  56. d59359a Remove 44.1 kHz workaround from the iOS AudioDevice. by andrew@webrtc.org · 11 years ago
  57. c7c432a Remove AudioDevice::{Microphone,Speaker}IsAvailable. by andrew@webrtc.org · 11 years ago
  58. a789f37 VoiceEngine(iOS & Android): removed NOT_SUPPORTED by fischman@webrtc.org · 11 years ago
  59. 811269d Include files from webrtc/.. paths in audio_device/. by pbos@webrtc.org · 12 years ago
  60. d900e8b Proper spacing for end-of-namespace comments. by pbos@webrtc.org · 12 years ago
  61. ab9202b Removing remaining WebRtc_Word32 not in typedefs.h by pbos@webrtc.org · 12 years ago
  62. 2550988 WebRtc_Word32 -> int32_t in audio_device/ by pbos@webrtc.org · 12 years ago
  63. 73a702c This is a change in the iOS audio device to use VoiceProcessingIO API instead of RemoteIO. This way we don't need to use WebRTC EC and NS because it happens on the device hardware. by andrew@webrtc.org · 12 years ago
  64. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago