summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_util.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move decision if we need to use WASAPI or wave out into separate function.enal@chromium.org2011-12-031-3/+13
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-12-011-0/+5
* Revert 112147 - Did not get LGTM from all reviewers.enal@chromium.org2011-11-301-5/+0
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-11-301-0/+5
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-161-11/+32
* 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