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