summaryrefslogtreecommitdiffstats
path: root/media/audio/win
Commit message (Expand)AuthorAgeFilesLines
* Add tracing for select WebAudio functionscrogers@google.com2011-08-181-0/+3
* 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-226-10/+16
* Fix bug when unplugging an audio input device whilst using speech input on Wi...allanwoj@chromium.org2011-06-151-2/+6
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-012-0/+15
* Description:annacc@chromium.org2011-05-161-26/+32
* 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-074-36/+18
* Adds method to invoke platform provided audio input UI.satish@chromium.org2011-03-012-0/+30
* Fix crash in WinAudioTest.PCMWaveStreamOpenLimit.robertshield@chromium.org2011-02-131-2/+3
* Fix crash in reading audio capture device name.satish@chromium.org2011-01-141-0/+3
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-6/+7
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-7/+6
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-6/+7
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-302-9/+26
* 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-192-1/+116
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-117-98/+84
* audio use table for channels to mask to allow more of the surround optionsfbarchard@chromium.org2010-10-261-19/+39
* add channel mask for 6.1 surround when 7 channel audio is specifiedfbarchard@chromium.org2010-10-221-10/+21
* Fixed a Windows-with-hardware-only unit test that is failing. Revision 59224 ...scherkus@chromium.org2010-10-211-1/+1
* add wave out extensible support for 5.1 surround soundfbarchard@chromium.org2010-10-182-18/+36
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-292-25/+40
* enable folding code for 6.1 and 7.1 surround sound.fbarchard@chromium.org2010-09-132-5/+3
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-023-195/+2
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-318-122/+113
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-254-16/+7
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-242-5/+16
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-242-16/+5
* 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-145-2/+555
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-125-70/+68
* Revert 46314 - floating point audio support in util functions for volume and ...fbarchard@chromium.org2010-05-041-3/+1
* floating point audio support in util functions for volume and foldingfbarchard@chromium.org2010-05-041-1/+3
* Flush audio data after seekhclam@chromium.org2010-04-081-1/+1
* Remove size_t from audio IPC code.jam@chromium.org2010-02-053-42/+42
* More plumbing of the low latency modecpu@chromium.org2010-01-134-15/+51
* Add a low-latency audio test that uses syncsocketscpu@chromium.org2009-12-171-0/+118
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-0/+1
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-043-35/+29
* Pause for <video> should have immediate effect on audiohclam@chromium.org2009-09-171-2/+3
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-243-11/+86
* Remove the folding define macro.ajwong@chromium.org2009-08-201-7/+0
* Bump kNumBuffers to 3fbarchard@chromium.org2009-08-202-16/+22
* Possible deadlock in PCM audio Start() methodcpu@chromium.org2009-08-182-6/+47
* Surround Sound handling by folding 5 channels down to stereo.fbarchard@chromium.org2009-07-252-5/+23
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-225-145/+2
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-215-2/+145
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-215-145/+2