Sign in
webrtc
/
src
/
webrtc
/
3fa5b7ba0a640ec6171536e98cbb290c34053959
/
voice_engine
/
channel_proxy.h
d1701d0
Adding stats that can be used to compute output audio levels as described here https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-totalaudioenergy.
by zstein
· 8 years ago
76de83e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
bc32410
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
60154fd
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
04ef6b0
Introduce RtpStreamReceiverInterface and RtpStreamReceiverControllerInterface.
by nisse
· 8 years ago
f26202b
Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/.
by ossu
· 8 years ago
fe5f71c
Injectable audio encoders: WebRtcVoiceEngine and company
by ossu
· 8 years ago
69579d7
Reland of Implemented the GetSources() in native code. (patchset #1 id:1 of https://codereview.webrtc.org/2809613002/ )
by hbos
· 8 years ago
fee642e
Revert of Implemented the GetSources() in native code. (patchset #11 id:510001 of https://codereview.webrtc.org/2770233003/ )
by olka
· 8 years ago
b5eeeee
Added the GetSources() to the RtpReceiverInterface and implemented
by zhihuang
· 8 years ago
1aa04eb
Injectable audio encoders: voice_engine/channel changes.
by ossu
· 8 years ago
5e9233b
Let PacketRouter separate send and receive modules.
by nisse
· 8 years ago
afd1255
Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType"
by kwiberg
· 8 years ago
22de8f3
Define RtpTransportControllerSendInterface.
by nisse
· 8 years ago
52b9df6
Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ )
by kwiberg
· 8 years ago
135be28
WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType
by kwiberg
· 8 years ago
1993d91
Allow ANA to receive RPLR (recoverable packet loss rate) indications
by elad.alon
· 8 years ago
49d1987
Attach TransportFeedbackPacketLossTracker to ANA (PLR only)
by elad.alon
· 8 years ago
07f189f
Remove VoEVolumeControl interface.
by solenberg
· 8 years ago
bf77153
Remove usage of VoEVolumeControl from WVoE and Audio[Send|Receive]Stream.
by solenberg
· 8 years ago
95a13b4
Replace AudioReceiveStream::DeliverRtp with OnRtpPacket.
by nisse
· 8 years ago
ac16f1b
Remove VoEVideoSync interface.
by solenberg
· 8 years ago
c10c31d
Wire up audio packet loss to BWE.
by stefan
· 8 years ago
6045993
Remove most of the remaining calls to VoE APIs from Audio[Send|Receive]Stream.
by solenberg
· 8 years ago
9551ae0
Stop using VoEVideoSync in Call/VideoReceiveStream.
by solenberg
· 8 years ago
bc2b639
Pass SdpAudioFormat through Channel, without converting to CodecInst
by kwiberg
· 8 years ago
2bc91bf
Reland "Update rtt on audio only calls".
by michaelt
· 8 years ago
c01dfe6
Relanding "Pass time constant to bwe smoothing filter."
by minyue
· 8 years ago
acd8db6
Revert of Pass time constant to bwe smoothing filter. (patchset #8 id:140001 of https://codereview.webrtc.org/2518923003/ )
by ossu
· 8 years ago
4d9c52e
Pass time constanct to bwe smoothing filter.
by michaelt
· 8 years ago
ff9d77c
Support multiple timestamp rates for sending DTMF.
by solenberg
· 8 years ago
dbe2c77
Remove usage of VoEBase::AssociateSendChannel() from WVoMC.
by solenberg
· 8 years ago
2454551
Set actual transport overhead in rtp_rtcp
by michaelt
· 8 years ago
e9523f0
Clean up abs-send-time for audio.
by stefan
· 8 years ago
5206602
Using AudioOption to enable audio network adaptor.
by minyue
· 8 years ago
b87bc5d
Add a NeededFrequency() method to the AudioMixer::Source interface.
by aleloi
· 8 years ago
fbd0246
Move audio frame memory handling inside AudioMixer.
by aleloi
· 8 years ago
b4ac6b0
Made AudioReceiveStream a mixer participant.
by aleloi
· 8 years ago
5e0ea59
Revert of Add RtcpRttStats to AudioStream (patchset #1 id:1 of https://codereview.webrtc.org/2402333002/ )
by sprang
· 8 years ago
6dcc486
Add RtcpRttStats to AudioStream
by michaelt
· 8 years ago
f29ccf6
Variable audio bitrate.
by mflodman
· 8 years ago
23ea12e
Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface"
by ivoc
· 9 years ago
822f09e
Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ )
by ivoc
· 9 years ago
1e2f1e5
Move RtcEventLog object from inside VoiceEngine to Call.
by Ivo Creusen
· 9 years ago
784336a
Add AudioReceiveStream::SetGain() method and use that in WVoMC::SetOutputVolume().
by solenberg
· 9 years ago
d9cd888
Add AudioSendStream::SetMuted() method and use it in WVoMC::MuteStream().
by solenberg
· 9 years ago
5a37e3e
Configure VoE NACK through AudioSendStream::Config, for send streams.
by solenberg
· 9 years ago
e840777
Moved creation of AudioDecoderFactory to inside PeerConnectionFactory.
by ossu
· 9 years ago
823f908
Switch voice transport to use Call and Stream instead of VoENetwork.
by mflodman
· 9 years ago
a528b35
Early initialize recording on the ADM from WebRtcVoiceMediaChannel.
by solenberg
· 9 years ago
d25cdbb
- Add temporary VoEBase::audio_device_module() method.
by solenberg
· 9 years ago
f2e3315
Relanding https://codereview.webrtc.org/1715883002/ in pieces.
by solenberg
· 9 years ago
b9a65af
Revert of - Clean up unused voice engine DTMF code. (patchset #4 id:60001 of https://codereview.webrtc.org/1722253002/ )
by solenberg
· 9 years ago
9ef75db
- Clean up unused voice engine DTMF code following removal of VoEDtmf APIs.
by solenberg
· 9 years ago
484e0cd
Replace scoped_ptr with unique_ptr in webrtc/voice_engine/
by kwiberg
· 9 years ago
3dad57b
Use separate rtp module lists for send and receive in PacketRouter.
by stefan
· 9 years ago
9b91023
Enable transport seq num extension on receive channel to suppress log warning.
by stefan
· 9 years ago
e3f40fb
Revert of Storing raw audio sink for default audio track. (patchset #7 id:120001 of https://codereview.chromium.org/1551813002/ )
by deadbeef
· 9 years ago
cf354ef
Storing raw audio sink for default audio track.
by deadbeef
· 9 years ago
387e90b
Support for unmixed remote audio into tracks.
by Tommi
· 9 years ago
f95302f
Prepare the AudioSendStream to be hooked up to send-side BWE.
by Stefan Holmer
· 9 years ago
ae4b1f0
- Remove calls to VoEDtmf from WVoE/MC.
by Fredrik Solenberg
· 9 years ago
21ca0a4
Use ChannelProxy for most calls on voe::Channel in Audio[Receive|Send]Stream.
by solenberg
· 9 years ago
5bbf7f9
Open backdoor in VoiceEngineImpl to get at the actual voe::Channel objects from an ID.
by solenberg
· 9 years ago