summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_proxy_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* media: Update calls from RunAllPending() to RunUntilIdle().xhwang@chromium.org2012-11-141-9/+9
* Replace AudioManager::Init() with InitializeOnAudioThread().dalecurtis@chromium.org2012-10-231-1/+3
* Fix hanging AudioOutputResampler tests.dalecurtis@google.com2012-10-191-5/+8
* Simulate an audio output stream when a real one isn't available.dalecurtis@chromium.org2012-10-181-91/+43
* Don't fallback if we've successfully opened a stream previously.dalecurtis@google.com2012-09-211-0/+73
* Fix output resampler to handle multiple StartStream() calls.dalecurtis@google.com2012-09-181-107/+127
* Bypass audio resampler on XP / non-WASAPI wave out path.dalecurtis@google.com2012-09-141-15/+6
* Automatically fall back to non-low latency on open() failure.dalecurtis@chromium.org2012-09-121-2/+72
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-0/+3
* Fix resampler flushing while OnMoreData() is in progress.dalecurtis@chromium.org2012-09-111-23/+126
* As titled! AudioOutputResampler is a single stream output resampler which usesdalecurtis@google.com2012-09-111-129/+195
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-051-2/+3
* Disable AudioOutputMixer.dalecurtis@chromium.org2012-08-241-1/+28
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-071-3/+0
* Fix wrong timing when audio is muted.enal@chromium.org2012-06-041-0/+4
* Fix test -- we should initialize the buffer, otherwise valgrind/DrMemory reportsenal@chromium.org2012-05-011-6/+13
* Change the way audio mixer gets "pending bytes" (amount of data currently buf...enal@chromium.org2012-05-011-0/+22
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-241-2/+1
* Re-land software audio mixer.enal@chromium.org2012-04-191-100/+272
* Revert 132891 - Software audio mixer.thestig@chromium.org2012-04-191-272/+100
* Software audio mixer.enal@chromium.org2012-04-181-100/+272
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-0/+15
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-15/+0
* Move media/audio files into media namespacevrk@google.com2012-04-021-0/+15
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-5/+3
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-2/+3
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-13/+16
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-13/+19
* Call close_timer_.Reset() from StopStreamTask.rnk@google.com2011-11-241-3/+11
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-2/+2
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-0/+1
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-131-1/+0
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-0/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+2
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-011-1/+3
* Description:annacc@chromium.org2011-05-161-2/+2
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-5/+3
* Adds method to invoke platform provided audio input UI.satish@chromium.org2011-03-011-0/+2
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-4/+4
* Fix AudioManager shutdownacolwell@chromium.org2010-12-231-0/+1
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-241-0/+353