Sign in
webrtc
/
src
/
/
cf2aeffdc2f91e868dca461cc9ccd65ece959331
/
modules
/
audio_processing
/
test
/
conversational_speech
/
simulator.cc
317a1f0
Use std::make_unique instead of absl::make_unique.
by Mirko Bonadei
· 7 years ago
10542f2
(4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries
by Steve Anton
· 7 years ago
7b3c76b
Reland "Delete rtc::Pathname"
by Niels Möller
· 7 years ago
2039ee7
Revert "Delete rtc::Pathname"
by Qingsi Wang
· 7 years ago
6b9dec0
Delete rtc::Pathname
by Niels Möller
· 7 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 8 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 8 years ago
6df09f6
Add decibel conversion functions to //common_audio:common_audio
by Alex Loiko
· 8 years ago
f475e3a
Change levels of different speech signal in tool.
by Alex Loiko
· 8 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 9 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 9 years ago
[Renamed from webrtc/modules/audio_processing/test/conversational_speech/simulator.cc]
529662a
Move array_view.h to webrtc/api/
by kwiberg
· 9 years ago
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 9 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 9 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 9 years ago
f9784f2
Reland of Conversational speech tool, simualtor + unit tests (patchset #1 id:1 of https://codereview.webrtc.org/2925123003/ )
by alessiob
· 9 years ago
4c72cf4
Revert of Conversational speech tool, simualtor + unit tests (patchset #12 id:220001 of https://codereview.webrtc.org/2790933002/ )
by charujain
· 9 years ago
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