| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch audio code from DataBuffer to AudioBuffer. | jrummell@chromium.org | 2013-07-10 | 1 | -0/+9 |
* | Add vector_math::FMUL. Replace audio_util::AdjustVolume. | dalecurtis@chromium.org | 2013-04-08 | 1 | -0/+4 |
* | Fix media/base 64-bit compilation issues | jschuh@chromium.org | 2013-01-21 | 1 | -1/+1 |
* | Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and de... | ajwong@chromium.org | 2012-12-20 | 1 | -1/+1 |
* | Get PulseAudio implementation working. | dalecurtis@google.com | 2012-11-16 | 1 | -0/+2 |
* | Add Mac OS X synchronized audio I/O back-end | crogers@google.com | 2012-09-18 | 1 | -0/+11 |
* | Allow audio system to handle synchronized low-latency audio I/O | crogers@google.com | 2012-09-12 | 1 | -0/+4 |
* | Switch OnMoreData() to use AudioBus. | dalecurtis@chromium.org | 2012-09-05 | 1 | -1/+2 |
* | Convert WebAudio file handlers to use AudioBus. | dalecurtis@chromium.org | 2012-08-30 | 1 | -1/+10 |
* | Upgrade AudioBus to support wrapping, interleaving. | dalecurtis@chromium.org | 2012-08-21 | 1 | -12/+35 |
* | Introduce AudioBus to replace std::vector<float*> within | dalecurtis@chromium.org | 2012-08-09 | 1 | -0/+72 |