summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_input_device.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-2/+2
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-191-13/+21
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-171-21/+13
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-171-13/+21
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-14/+13
* Switch audio synchronization from sleep() based to select() based.dalecurtis@chromium.org2013-10-231-4/+4
* Implement GetDefaultOutputDeviceID, GetAssociatedOutputDeviceID and ...tommi@chromium.org2013-09-101-1/+3
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-2/+3
* Revert 217768 "Adding key press detection in the browser process."phoglund@chromium.org2013-08-151-3/+2
* Adding key press detection in the browser process.jiayl@chromium.org2013-08-151-2/+3
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-1/+1
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-171-51/+53
* Do not pass the string device_id via IPC message to create an audio input str...xians@chromium.org2013-03-201-56/+10
* Use multiple shared memory buffers cyclically for audio capture.wjia@chromium.org2013-03-111-9/+26
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-1/+1
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-161-3/+0
* Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...wez@chromium.org2012-11-131-0/+3
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-131-3/+0
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-1/+1
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-0/+2
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-211-10/+1
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-6/+6
* Candidate fix for a crash at shutdown when the IO thread is going away. More ...tommi@chromium.org2012-07-311-2/+4
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-0/+350