1. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 7 years ago
  2. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  3. 7b3c76b Reland "Delete rtc::Pathname" by Niels Möller · 7 years ago
  4. 2039ee7 Revert "Delete rtc::Pathname" by Qingsi Wang · 7 years ago
  5. 6b9dec0 Delete rtc::Pathname by Niels Möller · 7 years ago
  6. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 8 years ago
  7. 665174f Reformat the WebRTC code base by Yves Gerey · 8 years ago
  8. 6df09f6 Add decibel conversion functions to //common_audio:common_audio by Alex Loiko · 8 years ago
  9. f475e3a Change levels of different speech signal in tool. by Alex Loiko · 8 years ago
  10. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 8 years ago
  11. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 9 years ago
  12. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 9 years ago[Renamed from webrtc/modules/audio_processing/test/conversational_speech/simulator.cc]
  13. 529662a Move array_view.h to webrtc/api/ by kwiberg · 9 years ago
  14. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 9 years ago
  15. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 9 years ago
  16. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 9 years ago
  17. f9784f2 Reland of Conversational speech tool, simualtor + unit tests (patchset #1 id:1 of https://codereview.webrtc.org/2925123003/ ) by alessiob · 9 years ago
  18. 4c72cf4 Revert of Conversational speech tool, simualtor + unit tests (patchset #12 id:220001 of https://codereview.webrtc.org/2790933002/ ) by charujain · 9 years ago
  19. 6b648c4 The simulator puts into action the schedule of speech turns encoded in a MultiEndCall instance. The output is a set of audio track pairs. There is one set for each speaker and each set contains one near-end and one far-end audio track. The tracks are directly written into wav files instead of creating them in memory. To speed up the creation of the output wav files, *all* the source audio tracks (i.e., the atomic speech turns) are pre-loaded. by alessiob · 9 years ago