summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-2/+30
* Fix playing of 8-bit sample files via webaudio.rtoy@google.com2011-10-181-1/+1
* Add API to query for the audio buffer size.rtoy@google.com2011-09-151-0/+17
* Windows-only change -- issue is worst on Windows because of pre-buffering. On...enal@chromium.org2011-09-151-2/+20
* Revert 99236 - Very short-term change: while working on proper long-term solu...crogers@google.com2011-09-021-20/+2
* Very short-term change: while working on proper long-term solution,enal@chromium.org2011-09-011-2/+20
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-08-231-0/+40
* [Reverted due to check_deps failure]zea@chromium.org2011-07-151-33/+0
* Fix problem when 'ended' event was fired before stream really ended.enal@chromium.org2011-07-151-0/+33
* Add WebKit API to retrieve the audio hardware sample-ratecrogers@google.com2011-03-231-0/+15
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-10/+4
* Implement renderer AudioDevice API for low-latency audio outputcrogers@google.com2011-01-151-0/+19
* Fix indents. I am used to webkit style, so did it wrong in last commit.inferno@chromium.org2011-01-061-2/+2
* Turn the volume range check into a bail out return to prevent browser crash.inferno@chromium.org2011-01-061-3/+5
* (Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...kbr@google.com2010-12-161-0/+46
* enable folding code for 6.1 and 7.1 surround sound.fbarchard@chromium.org2010-09-131-5/+5
* Fix folding code to respect new AAC channel order caused by ffmpeg roll. Als...fbarchard@chromium.org2010-05-171-7/+4
* Revert 46314 - floating point audio support in util functions for volume and ...fbarchard@chromium.org2010-05-041-44/+13
* floating point audio support in util functions for volume and foldingfbarchard@chromium.org2010-05-041-13/+44
* Fold first 3 channels of multichannel instead of 5. Use fixed point.fbarchard@chromium.org2009-10-201-85/+98
* Surround Sound handling by folding 5 channels down to stereo.fbarchard@chromium.org2009-07-251-0/+89
* Software volume adjustment by changing samples.fbarchard@chromium.org2009-07-201-0/+62