summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-2/+1
* 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-195-1/+127
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-1144-400/+319
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-012-6/+6
* FBTF: Hopefully, the last ctor patch.erg@google.com2010-10-272-1/+3
* Fix excessive IPCs by audio renderer.sergeyu@chromium.org2010-10-261-2/+7
* 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
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-224-1/+6
* Fixed a Windows-with-hardware-only unit test that is failing. Revision 59224 ...scherkus@chromium.org2010-10-211-1/+1
* Convert LOG(INFO) to VLOG(1) - media/.pkasting@chromium.org2010-10-192-6/+4
* Fix the issue with audio ended event on Ubuntu 10.10.sergeyu@chromium.org2010-10-192-11/+4
* add wave out extensible support for 5.1 surround soundfbarchard@chromium.org2010-10-182-18/+36
* Coverity: Initialize data members in constructor.kmadhusu@chromium.org2010-10-181-1/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-2918-148/+312
* Remove a disabled and unneeded test.vandebo@chromium.org2010-09-241-18/+0
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-173-81/+81
* Fix a typo in a comment.evan@chromium.org2010-09-161-1/+2
* Revert 59600 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-163-83/+83
* Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-163-83/+83
* Fixed crash in AudioOutputController.sergeyu@chromium.org2010-09-142-12/+20
* 3 channel test removedfbarchard@chromium.org2010-09-131-0/+2
* fix for mock failure in alsa unittest with downmixfbarchard@chromium.org2010-09-131-1/+1
* enable folding code for 6.1 and 7.1 surround sound.fbarchard@chromium.org2010-09-135-12/+25
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-0210-83/+492
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-0212-150/+68
* Fixed OpenBSD build.sergeyu@chromium.org2010-09-022-33/+7
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-3138-429/+374
* Guarantee PPAPI Audio playbacks are stopped in Pause().neb@chromium.org2010-08-311-0/+7
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-1/+1
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-271-0/+3
* Add missing backslash to fix build break caused bysatish@chromium.org2010-08-271-1/+1
* Mac audio input implementationjoth@chromium.org2010-08-276-17/+392
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-2526-236/+367
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-2421-347/+228
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-2421-228/+347
* Allow unit tests to use a mock audio input controller.satish@chromium.org2010-08-104-3/+179
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-2/+0
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-032-3/+2
* Uninitialized member in AudioInputController.finnur@chromium.org2010-08-021-0/+1
* GTTF: more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-07-271-21/+24
* Add an AudioInputController to help with audio recording.satish@chromium.org2010-07-163-0/+406
* Audio pause and seek betterhclam@chromium.org2010-07-152-19/+69
* AudioController sets volume to 1.0 by defaulthclam@chromium.org2010-07-151-1/+1
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-156-1/+198
* Fixed ended event when playing audio on linux.sergeyu@chromium.org2010-07-143-43/+3
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-1413-5/+693