summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_device_thread.cc
Commit message (Expand)AuthorAgeFilesLines
* Use multiple shared memory buffers cyclically for audio capture.wjia@chromium.org2013-03-111-2/+8
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-051-1/+1
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-2/+0
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-0/+2
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-6/+0
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-11/+6
* Optimizes the FMAC operation with SSE. Performance is on par withdalecurtis@chromium.org2012-08-021-3/+5
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-0/+208