summaryrefslogtreecommitdiffstats
path: root/media/audio/win/audio_manager_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Change the code to use 2 buffers on presumable good Windows boxes.enal@chromium.org2012-06-151-1/+4
* Revert 142430 - Do not stop audio physical stream immediately after logical o...kkania@chromium.org2012-06-151-4/+1
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-151-1/+4
* Revert 141770 - Do not stop audio physical stream immediately after logical o...cpu@chromium.org2012-06-131-4/+1
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-121-1/+4
* Revert 141476 - Do not stop audio physical stream immediately after logical o...sail@chromium.org2012-06-111-4/+1
* Do not stop audio physical stream immediately after logical one had stopped.enal@chromium.org2012-06-111-1/+4
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-0/+4
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-4/+0
* Move media/audio files into media namespacevrk@google.com2012-04-021-0/+4
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-6/+6
* On windows, create PCMWaveInAudioInputStream instance with correct device ID.yzshen@chromium.org2012-03-141-6/+22
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-141-0/+1
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-071-78/+69
* Adds new full-duplex test which measures and logs the reported audio delays.henrika@chromium.org2011-12-141-0/+2
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-1/+1
* Adds input device selection on Windows.henrika@chromium.org2011-12-061-10/+4
* Move decision if we need to use WASAPI or wave out into separate function.enal@chromium.org2011-12-031-5/+5
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+5
* Adds support for capture device enumeration on Windows.henrika@chromium.org2011-11-241-7/+22
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-6/+11
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-161-5/+13
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-1/+13
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+2
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-011-0/+14
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-12/+8
* Adds method to invoke platform provided audio input UI.satish@chromium.org2011-03-011-0/+28
* Fix crash in reading audio capture device name.satish@chromium.org2011-01-141-0/+3
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-301-7/+21
* Fix compilation of audio_manager_win.cc in Win Release.tony@chromium.org2010-11-191-87/+91
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-191-1/+115
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-7/+5
* enable folding code for 6.1 and 7.1 surround sound.fbarchard@chromium.org2010-09-131-4/+2
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-021-1/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-44/+20
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-14/+3
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-3/+14
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-14/+3
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-1/+4
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-141-1/+43
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-0/+94