summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_resampler.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 290359 "Remove AudioBuffersState class."acolwell@chromium.org2014-08-181-2/+2
* Remove AudioBuffersState class.acolwell@chromium.org2014-08-181-2/+2
* Revert "Attempt to fix audio wedges by restarting all streams on OSX."dalecurtis@chromium.org2014-04-101-2/+0
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-131-1/+0
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-071-0/+1
* Remove the unified IO code on the browser.xians@chromium.org2014-02-071-1/+0
* Attempt to fix audio wedges by restarting all streams on OSX.dalecurtis@google.com2013-12-041-0/+2
* Revert 238325 "Attempt to fix audio wedges by restarting all str..."dubroy@chromium.org2013-12-031-2/+0
* Attempt to fix audio wedges by restarting all streams on OSX.dalecurtis@google.com2013-12-031-0/+2
* When creating fallback params for Windows, also set device ID to default.joi@chromium.org2013-11-141-0/+4
* Wire up the output device id and provide an implementation on Windows.tommi@chromium.org2013-09-061-3/+1
* Use a direct include of time headers in media/.avi@chromium.org2013-06-281-1/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-0/+4
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-4/+0
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-0/+4
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-4/+0
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-0/+4
* Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.dalecurtis@chromium.org2012-11-211-21/+10
* Don't fallback if we've successfully opened a stream previously.dalecurtis@google.com2012-09-211-6/+7
* Reset callback used by OnMoreDataResampler on StartStream.dalecurtis@chromium.org2012-09-191-4/+0
* Fix output resampler to handle multiple StartStream() calls.dalecurtis@google.com2012-09-181-47/+12
* Add Mac OS X synchronized audio I/O back-endcrogers@google.com2012-09-181-1/+4
* Automatically fall back to non-low latency on open() failure.dalecurtis@chromium.org2012-09-121-3/+16
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-1/+4
* Fix resampler flushing while OnMoreData() is in progress.dalecurtis@chromium.org2012-09-111-2/+5
* As titled! AudioOutputResampler is a single stream output resampler which usesdalecurtis@google.com2012-09-111-0/+112