summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_proxy_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Wire up the output device id and provide an implementation on Windows.tommi@chromium.org2013-09-061-1/+3
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-031-24/+29
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-181-3/+3
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-1/+0
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-23/+25
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-25/+23
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-23/+25
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-031-34/+26
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-25/+23
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-23/+25
* Remove a bunch of old media switches.dalecurtis@google.com2013-05-031-8/+0
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-221-1/+1
* Fix a couple bugs with OSX audio buffer size selection.dalecurtis@chromium.org2013-04-081-2/+16
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-2/+2
* Stop OnMoreDataConverter during StartStream() failure.dalecurtis@google.com2013-03-081-3/+9
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-071-0/+2
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-071-2/+0
* Moved AudioUtil static functions:xians@chromium.org2013-03-051-0/+2
* Don't switch to fake audio output until stream open fails.dalecurtis@chromium.org2013-02-161-2/+32
* Remove CanShowAudioInputSettings().dalecurtis@google.com2013-02-151-1/+0
* Linux/ChromeOS Chromium style checker cleanup, media/ edition.rsleevi@chromium.org2013-02-061-2/+2
* Delete AudioOutputMixer.dalecurtis@chromium.org2013-02-011-195/+0
* 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