summaryrefslogtreecommitdiff
path: root/modules/audio_device
AgeCommit message (Expand)Author
2014-07-15After an audio interruption the audio unit no longer invokes its render callb...tkchin@webrtc.org
2014-07-11Remove unnecessary build message.tommi@webrtc.org
2014-07-08Fixing compile error.phoglund@webrtc.org
2014-07-08Adding explicit check for using dummy file devices.phoglund@webrtc.org
2014-07-01Add tkchin@ to OWNERS.tkchin@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-13Pass GYP DEPTH variable to isolate.kjellander@webrtc.org
2014-06-11Reland: Making WebRTC able to play and record audio to files for tests.phoglund@webrtc.org
2014-06-11Revert 6395 "Making WebRTC able to play and record audio to file..."minyue@webrtc.org
2014-06-11Making WebRTC able to play and record audio to files for tests.phoglund@webrtc.org
2014-06-10Add kjellander@webrtc.org as OWNER for *.isolatekjellander@webrtc.org
2014-06-05Fix the chain that propagates the audio frame's rtp and ntp timestamp including:wu@webrtc.org
2014-06-04Make it possible to build webrtc for arm64.solenberg@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-19Add interface to propagate audio capture timestamp to the renderer.wu@webrtc.org
2014-05-16libvpx's UNUSED macro conflicts with webrtc/base's. Added missing include of ...henrike@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-22Remove 44.1 kHz workaround from the iOS AudioDevice.andrew@webrtc.org
2014-04-15iOS: baby steps to being able to include_tests=1fischman@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-14Added a new OnMoreData() interface which will not feed the playout data to APM.xians@webrtc.org
2014-04-02Remove AudioDevice::{Microphone,Speaker}IsAvailable.andrew@webrtc.org
2014-04-01VoiceEngine(iOS & Android): removed NOT_SUPPORTEDfischman@webrtc.org
2014-03-21Fix "unreachable code" warnings (MSVC warning 4702) in webrtc.pbos@webrtc.org
2014-02-20ifdef the alsa code based on macro USE_X11fbarchard@google.com
2014-02-02Moved the new OnData interface to AudioTranport, and expose the AudioTranspor...xians@webrtc.org
2014-01-17Android, OpenSlDemo: moved to webrtc/examples/android/opensl_loopbackhenrike@webrtc.org
2014-01-16Android, OpenSlDemo: fixes issue where app would crash as soon as the applica...henrike@webrtc.org
2014-01-13Removes usage of ListWrapper from several files.henrike@webrtc.org
2014-01-10Android: Fixes crash when exiting WebRTCDemo.henrike@webrtc.org
2013-12-20Android build: make it quiet on success and not overly noisy on failure.fischman@webrtc.org
2013-12-20Fix the android clang bot for compiling with thread annotations.andresp@webrtc.org
2013-12-20Add thread_annotations for clang targets.andresp@webrtc.org
2013-12-17JNI Audio: remove dead members.fischman@webrtc.org
2013-12-11Enables mixing and matching Java and native audio. It is used for getting bes...henrike@webrtc.org
2013-12-11Roll chromium_revision 232627:238260kjellander@webrtc.org
2013-12-10Removed unnecessary Pulse init from VoE startup.fischman@webrtc.org
2013-12-03Don't HANDLE_EINTR(close). Use IGNORE_EINTR(close).fischman@webrtc.org
2013-11-20Fixes a crash in VoE when unregistering JNI hooks.henrike@webrtc.org
2013-11-18Hook up audio/video sync to Call.stefan@webrtc.org
2013-11-04Fix broken build on x86 Androidfischman@webrtc.org
2013-10-22WEBRTC_{BIG, LITTLE}_ENDIAN -> WEBRTC_ARCH_{BIG, LITTLE}_ENDIAN.andrew@webrtc.org
2013-10-15Roll chromium_revision 226126:228675 and fix clang warningskjellander@webrtc.org
2013-10-14Android OpenSlDemo: remove some usages of deprecated APIs that is breaking th...henrike@webrtc.org
2013-10-11WebRTCDemo: Fixes warning for devices with pre-17 API level. Also fixes broke...henrike@webrtc.org
2013-10-04Add APK and isolate target for video_engine_testskjellander@webrtc.org
2013-10-04Unbreaks Android build after r4915.henrike@webrtc.org
2013-10-03VideoCaptureAndroid: rewrote the (standalone) implementation of video capture...fischman@webrtc.org