summaryrefslogtreecommitdiffstats
path: root/media/audio/simple_sources.cc
Commit message (Expand)AuthorAgeFilesLines
* WavAudioHandler no longer keeps state with AudioParameters.slan2015-04-201-5/+4
* Make fake file audio input device not crash when it fails to read.phoglund2015-03-191-9/+28
* Moved the fake input stream's processing onto the audio worker thread.phoglund2015-02-231-0/+220
* Remove AudioBuffersState classacolwell2014-09-291-1/+1
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-181-1/+1
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-181-1/+1
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-181-6/+0
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+0
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-1/+1
* Simulate an audio output stream when a real one isn't available.dalecurtis@chromium.org2012-10-181-4/+6
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-0/+7
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-58/+27
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-5/+0
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-241-5/+3
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-1/+5
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-5/+1
* Move media/audio files into media namespacevrk@google.com2012-04-021-1/+5
* Fixes rounding issue in simple sources.henrika@chromium.org2011-11-291-5/+13
* Revert 111890 - This patch ensures that the audio_output_win_unittest works f...henrika@chromium.org2011-11-291-12/+6
* This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...henrika@chromium.org2011-11-291-6/+12
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-7/+0
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-291-5/+7
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-1/+1
* AudioController to perform audio operations on a separate threadhclam@chromium.org2010-06-071-4/+0
* Removed PushSource::Packet. SeekableBuffer.current_time() fixed to returnsergeyu@chromium.org2010-05-261-44/+12
* Flush audio data after seekhclam@chromium.org2010-04-081-4/+9
* Remove size_t from audio IPC code.jam@chromium.org2010-02-051-13/+14
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-241-4/+4
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-1/+1
* Allow PushSource to have smaller write size than read size (packet size)hclam@chromium.org2009-06-041-12/+23
* Non blocking audio sourcecpu@google.com2009-05-231-0/+71
* Second part of the low level audio for Maccpu@chromium.org2009-04-141-0/+43