summaryrefslogtreecommitdiffstats
path: root/media/audio/win
Commit message (Expand)AuthorAgeFilesLines
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-091-0/+4
* Problem happens because we cannot stop physical stream in arbitrary moment, c...enal@chromium.org2011-11-022-39/+45
* Changing a NOTREACHED to a LOG(WARNING) for cases when a mic isn't connected.tommi@chromium.org2011-10-311-1/+4
* Removes an invalid hard-coded sample rate in the low-latencyhenrika@chromium.org2011-10-261-1/+0
* Fixes yet another build error on Windows shared bot.henrika@chromium.org2011-10-241-1/+1
* Fixes build error on Windows shared bot.henrika@chromium.org2011-10-241-1/+2
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-247-5/+1181
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-133-15/+24
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-133-24/+15
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-133-15/+24
* Adding delay estimation to input audio.xians@chromium.org2011-10-041-0/+3
* 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