summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_util.h
Commit message (Expand)AuthorAgeFilesLines
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-6/+5
* Add software audio mixing to the audio utils.enal@chromium.org2012-03-201-0/+9
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-061-4/+7
* Fix muted audio when playback rate != 1.0 or 0.0vrk@chromium.org2012-03-061-5/+0
* Clean up audio-related utility functions to compute buffer sizesvrk@chromium.org2012-03-051-5/+0
* Increase the buffer size in AudioRendererImpl to fix muted playback ratevrk@google.com2012-02-231-0/+5
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-191-0/+3
* Clean up AudioRendererAlgorithmBasevrk@google.com2012-01-101-1/+8
* Move decision if we need to use WASAPI or wave out into separate function.enal@chromium.org2011-12-031-0/+8
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-1/+4
* Add API to query for the audio buffer size.rtoy@google.com2011-09-151-0/+5
* Windows-only change -- issue is worst on Windows because of pre-buffering. On...enal@chromium.org2011-09-151-0/+4
* Revert 99236 - Very short-term change: while working on proper long-term solu...crogers@google.com2011-09-021-4/+0
* Very short-term change: while working on proper long-term solution,enal@chromium.org2011-09-011-0/+4
* Fix link error with components build and media.dll. I have no idea why the bo...jam@chromium.org2011-08-301-6/+6
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-21/+22
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-231-0/+15
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-15/+14
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-14/+15
* Revert 95496 - Create media.dllapatrick@chromium.org2011-08-051-15/+14
* Create media.dlldarin@chromium.org2011-08-041-14/+15
* Move SwizzleCoreAudioLayout5_1() closer to where it's called.scherkus@chromium.org2011-07-291-18/+1
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-15/+1
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-1/+15
* Add WebKit API to retrieve the audio hardware sample-ratecrogers@google.com2011-03-231-0/+3
* Add a low-latency AudioOutputStream implementation for Mac OS X.crogers@google.com2011-01-291-0/+17
* Implement renderer AudioDevice API for low-latency audio outputcrogers@google.com2011-01-151-0/+12
* (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...kbr@google.com2010-12-161-1/+14
* Surround Sound handling by folding 5 channels down to stereo.fbarchard@chromium.org2009-07-251-0/+24
* Software volume adjustment by changing samples.fbarchard@chromium.org2009-07-201-0/+30