aboutsummaryrefslogtreecommitdiff
path: root/talk/media/webrtc/webrtcvoiceengine.h
AgeCommit message (Expand)Author
2016-01-13Revert of Storing raw audio sink for default audio track. (patchset #7 id:120...deadbeef
2016-01-13Storing raw audio sink for default audio track.deadbeef
2015-12-19Revert of Reland "Added option to specify a maximum file size when recording ...ivoc
2015-12-19Reland "Added option to specify a maximum file size when recording an AEC dum...ivoc
2015-12-18Revert of Added option to specify a maximum file size when recording an AEC d...ivoc
2015-12-18Added option to specify a maximum file size when recording an AEC dump.ivoc
2015-12-12Support for unmixed remote audio into tracks.Tommi
2015-12-08Refactor handling of AudioOptions.solenberg
2015-12-07Return a copy of the supported RTP header extensions instead of a reference.Stefan Holmer
2015-12-04- Remove calls to VoEDtmf from WVoE/MC.Fredrik Solenberg
2015-12-02- Remove cricket::VoiceChannel::PressDtmf(); AFAICT unused.solenberg
2015-11-27Using Rent-A-Codec for static Codec access in WVoE/MC.solenberg
2015-11-21Remove SetVideoLogging/SetAudioLogging from ChannelManager and down the stack.solenberg
2015-11-20Move some receive stream configuration into webrtc::AudioReceiveStream.solenberg
2015-11-16Move some send stream configuration into webrtc::AudioSendStream.solenberg
2015-11-12Change default SSRC for RTCP receiver reports to not collide with video.solenberg
2015-11-10Rename Maybe to OptionalKarl Wiberg
2015-11-06Move VoiceEngineObserver into AudioSendStream so that we detect typing noises...solenberg
2015-10-30Replace rtc::cricket::Settable with rtc::Maybekwiberg
2015-10-22Added StopAecDump function to PeerConnectionFactory.ivoc
2015-10-21- Introduce internal classes WebRtcAudio[Send|Receive]Stream in WebRtcVoiceMe...solenberg
2015-10-20Remove the default send channel in WVoE.solenberg
2015-10-16Added functions on libjingle API to start and stop the recording of an RtcEve...ivoc
2015-10-15Wire up packet_id / send time callbacks to webrtc via libjingle.stefan
2015-10-13Remove default receive channel from WVoE; baby step 3.solenberg
2015-10-13Remove default receive channel from WVoE; baby step 2.solenberg
2015-10-09Remove MediaChannel::SetRemoteRenderer().solenberg
2015-10-09Change SetOutputScaling to set a single level, not left/right levels.solenberg
2015-10-07Use suffixed {uint,int}{8,16,32,64}_t types.Peter Boström
2015-10-07Remove default receive channel from WVoE; baby step 0.solenberg
2015-10-02Add a PacketOptions struct to webrtc::Transport.stefan
2015-10-01Remove unused SignalMediaError and infrastructure.solenberg
2015-10-01Change 'mute' parameter of MediaChannel::SetAudioSend()/SetVideoSend() to 'en...solenberg
2015-09-29Simplify handling of options in WebRtcVoiceMediaEngine.solenberg
2015-09-28Unify Transport and newapi::Transport interfaces.pbos
2015-09-24Remove SetAudioDelayOffset() and friends.solenberg
2015-09-24Remove ChannelManager::GetCapabilities()solenberg
2015-09-23Reduce LS_INFO spam from voice_engine/.Peter Boström
2015-09-23Remove the [Un]RegisterVoiceProcessor() API.Fredrik Solenberg
2015-09-23Remove VoEFile from VoeWrapper and the remaining places in libjingle where it...Fredrik Solenberg
2015-09-22Remove the SetLocalMonitor() API.solenberg
2015-09-22Remove Channel::SetRingbackTone() and Channel::PlayRingbackTone(), and the co...solenberg
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-09-17Full use of NnChannel::SetSendParameters and NnChannel::SetRecvParameters.Fredrik Solenberg
2015-09-15Move instantiation of webrtc::Call into a MediaController class so that it ca...Fredrik Solenberg
2015-09-10- Rename VoiceChannel::MuteStream() -> SetAudioSend() (incl. media channel)solenberg
2015-09-09Remove [Voice|Video]MediaChannel::GetOptions().solenberg
2015-09-07Remove GetOutputScaling from VoiceMediaChannel.solenberg
2015-08-26- Use C++11 loops in WebRtcVoiceMediaEngine/Channel.Fredrik Solenberg
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting