Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor AudioRendererMixer to be more generic. | dalecurtis@google.com | 2013-05-01 | 1 | -4/+5 |
* | Remove unused flush operation from Chromium audio. | miu@chromium.org | 2013-04-16 | 1 | -1/+1 |
* | Add pause timer to ease resource usage when not playing. | dalecurtis@chromium.org | 2013-01-10 | 1 | -25/+25 |
* | Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform. | dalecurtis@chromium.org | 2012-11-21 | 1 | -3/+23 |
* | Allow AudioRendererMixerInput::Stop() to be called anytime. | dalecurtis@google.com | 2012-10-26 | 1 | -2/+12 |
* | Only remove mixer if initialize succeeds. | dalecurtis@google.com | 2012-10-23 | 1 | -1/+2 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-07-25 | 1 | -0/+1 |
* | Switch to pcm_low_latency and enable resampling. | dalecurtis@chromium.org | 2012-07-14 | 1 | -16/+7 |
* | Coverity: Initialize a member variable. | jhawkins@chromium.org | 2012-07-02 | 1 | -1/+2 |
* | Lays the base work and initial unit tests for renderer side audio mixing! Right | dalecurtis@chromium.org | 2012-06-28 | 1 | -0/+75 |