aboutsummaryrefslogtreecommitdiff
path: root/audio/audio_state.cc
AgeCommit message (Expand)Author
2021-04-23Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few filesTomas Gunnarsson
2020-10-02Async audio processing APIOlga Sharonova
2020-04-26APM: Add build flag to allow building WebRTC without APMPer Åhgren
2020-01-30Revert "Inlines NullAudioPoller functionality into AudioState class."Sebastian Jansson
2020-01-30Inlines NullAudioPoller functionality into AudioState class.Sebastian Jansson
2020-01-13Refactoring AudioSender api out of AudioSendStream for more abstraction to re...Tim Na
2019-10-17Avoid running NullAudioPoller without receiving streamsGustaf Ullberg
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-07-04[getStats] Implement "media-source" audio levels, fixing Chrome bug.Henrik Boström
2019-04-08Deprecating ThreadChecker specific interface.Sebastian Jansson
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-09Update refcounting of AudioState to use rtc::RefCountedObjectNiels Möller
2018-08-29Remove clang:find_bad_constructs suppression from call:call.Mirko Bonadei
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-01-30Delete AudioMonitor and related code.Niels Möller
2018-01-25Remove logging in audio/* from release builds.Jonas Olsson
2018-01-16Removes usage of analog AGC.henrika
2018-01-11Move ownership of voe::Channel into Audio[Receive|Send]Stream.Fredrik Solenberg
2017-12-18Replace VoEBase::[Start/Stop]Playout().Fredrik Solenberg
2017-12-18Replace VoEBase::[Start/Stop]Send().Fredrik Solenberg
2017-12-15Remove voe::TransmitMixerFredrik Solenberg
2017-11-21Move ADM initialization into WebRtcVoiceEngineFredrik Solenberg
2017-11-10Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection AP (f...henrika
2017-11-09Stop using LOG macros in favor of RTC_ prefixed macros.Mirko Bonadei
2017-11-01Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II)henrika
2017-11-01Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnecti...Mirko Bonadei
2017-10-31Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection APIhenrika
2017-10-20Change return types of refcount methods.Niels Möller
2017-09-26Remove the VoiceEngineObserver callback interface.solenberg
2017-09-15Fixing WebRTC after moving from src/webrtc to src/Mirko Bonadei
2017-09-15Moving src/webrtc into src/.Mirko Bonadei