summaryrefslogtreecommitdiffstats
path: root/media/audio/win
Commit message (Expand)AuthorAgeFilesLines
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-6/+3
* add audio-buffer-size command line flag support to the input audio for all th...xians@chromium.org2014-05-201-2/+14
* Remove OnMoreIOData(), which is not used any more.xians@chromium.org2014-05-182-13/+0
* Trying to solve crash in AudioInputController related to invalid EventHandler.henrika@chromium.org2014-05-061-1/+2
* Resubmit 'Enable the volume slider in Windows Ash'.zturner@chromium.org2014-03-121-1/+1
* Revert of Resubmit enable the volume slider in Ash for windows. (https://code...dmichael@chromium.org2014-03-121-1/+1
* Resubmit enable the volume slider in Ash for windows.zturner@chromium.org2014-03-121-1/+1
* Hook up AudioDeviceListenerWin to monitor all default device changes.tommi@chromium.org2014-03-072-20/+50
* Revert of Enable the volume slider in Ash for windows. (https://codereview.ch...pkotwicz@chromium.org2014-03-061-1/+1
* Enable the volume slider in Ash for windows.zturner@chromium.org2014-03-061-1/+1
* Fix audio ducking support for the output side on Windows.tommi@chromium.org2014-03-053-4/+27
* Fix handling of the default comm device when it is not the 'console' device.tommi@chromium.org2014-02-272-35/+69
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-2/+2
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-137-1727/+23
* Add basic support for "googDucking" to getUserMedia on Windows.tommi@chromium.org2014-02-127-116/+108
* Make CoreAudio::IsSupported VLOG instead of LOGenne@chromium.org2014-02-111-1/+1
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-077-23/+1727
* Remove the unified IO code on the browser.xians@chromium.org2014-02-077-1727/+23
* Factorize MockAudioSourceCallback out of many unittests.dalecurtis@chromium.org2014-01-303-42/+14
* Remove use of CoreAudioUtil::IsSupported() from AudioManager startup.dalecurtis@chromium.org2014-01-232-18/+22
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-101-1/+1
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-091-4/+6
* Always clear callback after WaveOut Stop().dalecurtis@chromium.org2014-01-081-19/+5
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-3/+3
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-256-19/+20
* Fix custom buffer size support for WASAPI.dalecurtis@chromium.org2013-12-232-47/+6
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-182-30/+3
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+1
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-131-1/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+1
* Replace string16 with base::string16 in gpu, media, and remoting.brettw@chromium.org2013-12-122-13/+13
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-084-10/+10
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-084-10/+10
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-074-10/+10
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-046-45/+46
* Don't start WASAPI render thread until setup completes.dalecurtis@chromium.org2013-11-282-36/+32
* Replace LOG(INFO) with VLOG(0), throughout *media*fischman@chromium.org2013-11-253-14/+13
* Attempt to workaround junk channel and channel layout values.dalecurtis@google.com2013-11-022-1/+15
* Refactor the Win audio code and make channel functions support a device id.tommi@chromium.org2013-10-237-134/+83
* Fail out of WASAPI render loop when errors are encountered.dalecurtis@chromium.org2013-10-202-6/+8
* Report errors occurring during WASAPI startup.dalecurtis@chromium.org2013-10-082-30/+40
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-017-29/+35
* Rename AudioInputDeviceTest to AudioManagerTest. That is the interface it tests.joi@chromium.org2013-09-172-2/+2
* Add loopback audio capture on Windows.sergeyu@chromium.org2013-09-173-73/+240
* Implement GetAudioOutputDevices for remaining platforms, consolidate tests.joi@chromium.org2013-09-162-13/+7
* Add a check for CoreAudioUtil::IsSupported to GetAssociatedOutputDeviceID.tommi@chromium.org2013-09-121-0/+5
* Implement GetAudioOutputDevices for Windows.joi@chromium.org2013-09-114-29/+86
* Wire up the output device id and provide an implementation on Windows.tommi@chromium.org2013-09-063-8/+28
* Call GetDefaultOutputDeviceID() from GetDefaultOutputStreamParameters() inste...tommi@chromium.org2013-09-051-5/+4
* Add GetOutputStreamParameters, GetAssociatedOutputDeviceID to AudioManager.tommi@chromium.org2013-09-048-68/+107