summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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