summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Add some error information to Pulse startup failure.dalecurtis@chromium.org2013-06-081-8/+5
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-076-6/+6
* Used the native sample rate and channel layout to open the specific device, a...xians@chromium.org2013-06-052-4/+24
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-0510-54/+2
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-0512-152/+34
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-0510-240/+75
* Remove spammy NOTIMPLEMENTED() log in AudioOutputDevice.dalecurtis@chromium.org2013-06-051-1/+0
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-041-1/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-0346-145/+321
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-0346-321/+145
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-0346-145/+321
* Update media/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-0310-61/+53
* Adjust delay calculations on Mac to properly account for the FIFO buffers.ajm@chromium.org2013-05-312-5/+11
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-3146-322/+145
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-3146-145/+322
* Reduce wait time for Windows in AudioOutputController:WaitTillDataReady()davemoore@chromium.org2013-05-301-7/+2
* Fix audio capture buffer handling on Android.wjia@chromium.org2013-05-281-10/+10
* Fixes crash in AudioInputVolumeTest.InputVolumeTest.henrika@chromium.org2013-05-281-1/+4
* Improved AGC update scheme for the audio backend in Chrome.henrika@chromium.org2013-05-2813-165/+247
* Using native sampling rate and optimal buffer size for audio on Android.leozwang@chromium.org2013-05-272-12/+41
* Allow sample rate pass through on Linux.dalecurtis@google.com2013-05-242-4/+8
* Improves capture delay estimates on Mac.henrika@chromium.org2013-05-221-1/+4
* Reland: base: Support setting thread priorities generically.epenner@chromium.org2013-05-222-10/+12
* Revert 201202 "base: Support setting thread priorities generically."scottmg@chromium.org2013-05-212-10/+8
* base: Support setting thread priorities generically.epenner@chromium.org2013-05-212-8/+10
* Destroy the openSLES objects in the correct order on Android.rtoy@google.com2013-05-161-1/+1
* Set default sampling rate to 44100 and query the native output sampling rate.leozwang@chromium.org2013-05-162-13/+14
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-161-1/+0
* Report timing statistics for audio controller methods via UMA.dalecurtis@chromium.org2013-05-162-0/+10
* Decrease the max wait time for audio on chromeosdavemoore@chromium.org2013-05-131-5/+27
* Adds support for different sample rates in unified audio on Windows.henrika@chromium.org2013-05-104-247/+868
* Fix support for channel layouts other than the hardware layout.dalecurtis@google.com2013-05-082-14/+14
* Avoid crash when changing sample-rates using live audio inputcrogers@google.com2013-05-061-2/+4
* Make sure not to use aggregate devices if sample-rates of input and output de...crogers@google.com2013-05-061-7/+15
* Remove a bunch of old media switches.dalecurtis@google.com2013-05-033-30/+5
* Disable timer check for no data in AudioInputController for mirroring.miu@chromium.org2013-04-252-16/+38
* media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-244-4/+4
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-235-7/+7
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-2231-108/+113
* Add OSX aggregate audio device support for best performance.crogers@google.com2013-04-186-18/+476
* Merge AssociateStreamWithProducer message into CreateStream message for both ...miu@chromium.org2013-04-177-183/+183
* Resolves "Huge increase in audio latency on Windows following r192046".henrika@chromium.org2013-04-171-8/+17
* Revert 194407 "Revert 194371"wjia@chromium.org2013-04-164-77/+83
* Revert 194371cpu@chromium.org2013-04-164-83/+77
* Remove unused flush operation from Chromium audio.miu@chromium.org2013-04-168-34/+7
* Refactor android specific code in AudioManagerBase class.wjia@chromium.org2013-04-164-77/+83
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media.dcheng@chromium.org2013-04-1510-11/+11
* Android implementation of WebAudio audio file decoder.rtoy@google.com2013-04-151-3/+3
* Use ScopedBstr, ScopedComPtr, and ScopedVariant in place of raw or ATL objects.pkasting@chromium.org2013-04-133-20/+8
* Do not register JNI in inidividual tests.nileshagrawal@chromium.org2013-04-093-33/+2