summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_device.cc
Commit message (Expand)AuthorAgeFilesLines
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-22/+11
* Adds support of rendering a local media stream for audio using HTML5 audio tag.henrika@chromium.org2012-12-141-1/+1
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-041-37/+29
* Prevent AudioDeviceThread from starting if clients have called Stop() (round 2).scherkus@chromium.org2012-09-201-2/+21
* Revert r157378 as it caused WebRTC to dereference null pointers when restarti...scherkus@chromium.org2012-09-191-21/+7
* Prevent AudioDeviceThread from starting if clients have called Stop().scherkus@chromium.org2012-09-181-7/+21
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-12/+57
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-10/+12
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-241-1/+2
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-211-4/+4
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-201-2/+1
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-201-1/+2
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-7/+8
* Candidate fix for a crash at shutdown when the IO thread is going away. More ...tommi@chromium.org2012-07-311-2/+5
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-0/+280