summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Add vector_math::FMUL. Replace audio_util::AdjustVolume.dalecurtis@chromium.org2013-04-081-70/+1
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-071-128/+9
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-071-0/+118
* Moved AudioUtil static functions:xians@chromium.org2013-03-051-118/+0
* Adding pulseaudio input support to chrome.xians@chromium.org2013-02-221-2/+2
* Enable audio capture on Androidwjia@chromium.org2013-02-121-0/+1
* Reduce Linux low latency buffer size to 512.dalecurtis@google.com2013-02-071-0/+2
* Revert 181105vitalybuka@chromium.org2013-02-071-2/+0
* Reduce Linux low latency buffer size to 512.dalecurtis@chromium.org2013-02-071-0/+2
* Add --waveout-buffers switch for Windows users.dalecurtis@chromium.org2013-02-061-0/+8
* Avoids irregular OnMoreData callbacks on Windows using Core Audio.henrika@chromium.org2013-02-061-39/+10
* Use the correct number of WaveOut buffers on XP...dalecurtis@chromium.org2013-02-011-1/+1
* Delete AudioOutputMixer.dalecurtis@chromium.org2013-02-011-80/+0
* media: Use named constants instead of literals.thakis@chromium.org2012-11-291-9/+11
* Increase Windows XP hardware buffer size to 4096.dalecurtis@google.com2012-11-161-3/+26
* Removes usage of media::IsWASAPISupported and introduces new CoreAudioUtil::I...henrika@chromium.org2012-11-141-10/+4
* Port Unified audio class on Windows using the new Core Audio utilityhenrika@chromium.org2012-11-141-7/+7
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-201-72/+0
* Add WASAPI-based unified audio I/O back-end for Windows 7.henrika@chromium.org2012-10-051-0/+10
* Return fixed hardware buffer size for odd sample rates.dalecurtis@google.com2012-09-251-2/+15
* Improves buffer handling for Windows and ensures that we can use all possible...henrika@chromium.org2012-09-121-6/+14
* Convert WebAudio file handlers to use AudioBus.dalecurtis@chromium.org2012-08-301-48/+0
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-241-57/+2
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-211-48/+2
* Revert 152406 - Introduce shared_memory_support media target for PPAPI.dalecurtis@google.com2012-08-201-2/+57
* Introduce shared_memory_support media target for PPAPI.dalecurtis@chromium.org2012-08-201-57/+2
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-4/+5
* Use 3 wave out buffers for all XP configurations (not just single-processor).viettrungluu@chromium.org2012-08-041-15/+7
* Increase the number of wave out buffers to 4 for Vista.viettrungluu@chromium.org2012-08-021-10/+13
* Change NumberOfWaveOutBuffers() to return 3 for Windows >= Vista (instead of ...viettrungluu@chromium.org2012-07-311-3/+3
* This CL adds support for experimental exclusive-mode streaming to WASAPIAudio...henrika@chromium.org2012-07-271-12/+33
* Change the code to use 2 buffers on presumable good Windows boxes.enal@chromium.org2012-06-151-0/+15
* Revert 142430 - Do not stop audio physical stream immediately after logical o...kkania@chromium.org2012-06-151-15/+0
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-151-0/+15
* Fix sign inversion of 24-bit wav files.rtoy@google.com2012-06-141-1/+1
* Revert 141770 - Do not stop audio physical stream immediately after logical o...cpu@chromium.org2012-06-131-15/+0
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-121-0/+15
* Revert 141476 - Do not stop audio physical stream immediately after logical o...sail@chromium.org2012-06-111-15/+0
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-111-0/+15
* Fix wrong timing when audio is muted.enal@chromium.org2012-06-041-1/+3
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-061-0/+32
* Change InterleaveFloatToInt16() to work with uint8 and int32vrk@google.com2012-04-021-13/+47
* Adding input and output audio backend to Android.xians@chromium.org2012-04-021-2/+6
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-13/+13
* Add software audio mixing to the audio utils.enal@chromium.org2012-03-201-3/+65
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-061-13/+9
* Fix muted audio when playback rate != 1.0 or 0.0vrk@chromium.org2012-03-061-72/+0
* Increase the buffer size in AudioRendererImpl to fix muted playback ratevrk@google.com2012-02-231-0/+27
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-191-0/+16
* Clean up AudioRendererAlgorithmBasevrk@google.com2012-01-101-1/+48