aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_device/android/audio_track_jni.cc
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2015-12-17Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedV...kwiberg
2015-09-25Modifies invalid DCHECK in AudioRecordJni::OnCacheDirectBufferAddress()henrika
2015-09-23Improving support for Android Audio Effects in WebRTC.henrika
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-08-24Update a ton of audio code to use size_t more correctly and in general reducePeter Kasting
2015-05-25Refactoring of AudioTrackJni and AudioRecordJni using new JVM/JNI classeshenrika
2015-05-18Adding support for OpenSL ES output in native WebRTChenrika
2015-03-27Adding playout volume control to WebRtcAudioTrack.java.henrika
2015-03-09Adds C++/JNI/Java unit test for audio device module on Android.henrika@webrtc.org
2015-02-23Refactoring WebRTC Java/JNI audio track in C++ and Java.henrika@webrtc.org
2015-02-13Remove EventWrapper::Reset().pbos@webrtc.org
2015-02-04Remove SetNotAlive method from the thread class.tommi@webrtc.org
2015-01-29Remove ChangeUniqueID.tommi@webrtc.org
2014-04-02Remove AudioDevice::{Microphone,Speaker}IsAvailable.andrew@webrtc.org
2014-01-10Android: Fixes crash when exiting WebRTCDemo.henrike@webrtc.org
2013-12-11Enables mixing and matching Java and native audio. It is used for getting bes...henrike@webrtc.org