aboutsummaryrefslogtreecommitdiff
path: root/webrtc/audio/audio_send_stream.cc
AgeCommit message (Expand)Author
2015-12-07Prepare the AudioSendStream to be hooked up to send-side BWE.Stefan Holmer
2015-12-04- Remove calls to VoEDtmf from WVoE/MC.Fredrik Solenberg
2015-11-27Use ChannelProxy for most calls on voe::Channel in Audio[Receive|Send]Stream.solenberg
2015-11-25Open backdoor in VoiceEngineImpl to get at the actual voe::Channel objects fr...solenberg
2015-11-16Converted a bunch of error checking in Audio[Receive|Send]Stream to RTC_CHECK...solenberg
2015-11-16Move some send stream configuration into webrtc::AudioSendStream.solenberg
2015-11-06Move VoiceEngineObserver into AudioSendStream so that we detect typing noises...solenberg
2015-10-27Implement AudioSendStream::GetStats().solenberg
2015-10-16Add webrtc::AudioSendStream and methods on webrtc::Call to create and delete ...solenberg