summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Added volume adjust sound behind the flag. Partially based on https://coderev...ygorshenin@chromium.org2014-01-168-71/+113
* Ensure Android RunSymmetric test can select the AudioRecord path.ajm@chromium.org2014-01-162-2/+5
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* Clean-up: Remove the very last few uses of base::Time from src/media/miu@chromium.org2014-01-121-1/+0
* Pass through channel layout on OSX if hardware supports it.dalecurtis@chromium.org2014-01-111-33/+28
* Fix chromeos=1 so Pulse is preferred when use_cras=0.dalecurtis@chromium.org2014-01-108-22/+40
* Rename media/base/bind_to_loop.h to media/base/bind_to_current_loop.h.scherkus@chromium.org2014-01-103-3/+3
* Remove media::BindToLoop() in favour of media::BindToCurrentLoop().scherkus@chromium.org2014-01-092-10/+11
* Provide fake audio parameters when devices don't exist.dalecurtis@chromium.org2014-01-091-8/+11
* Always clear callback after WaveOut Stop().dalecurtis@chromium.org2014-01-081-19/+5
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-0744-340/+339
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-256-19/+20
* Fix custom buffer size support for WASAPI.dalecurtis@chromium.org2013-12-232-47/+6
* Fix CRAS unittests compile break after r238637.posciak@chromium.org2013-12-202-0/+12
* LOG(ERROR) -> VLOG(1)ygorshenin@chromium.org2013-12-191-3/+3
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-1821-113/+27
* Reland "Refactor audio manager for Android to avoid heavy tasks at startup"henrika@chromium.org2013-12-173-18/+96
* Revert 240887 "Revert 240885 "Revert 240883 "Refactor audio mana..."szym@chromium.org2013-12-163-96/+18
* Revert 240885 "Revert 240883 "Refactor audio manager for Android..."henrika@chromium.org2013-12-163-18/+96
* Revert 240883 "Refactor audio manager for Android to avoid heavy..."henrika@chromium.org2013-12-163-96/+18
* Refactor audio manager for Android to avoid heavy tasks at startup.henrika@chromium.org2013-12-163-18/+96
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-1314-90/+193
* Plumb AudioLogs into AudioOutputDispatcherImpl. Identify listings.dalecurtis@chromium.org2013-12-133-4/+29
* Fixes Start/Stop issue for OpenSL on Androidhenrika@chromium.org2013-12-131-0/+1
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-1312-191/+88
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-1312-88/+191
* Replace string16 with base::string16 in gpu, media, and remoting.brettw@chromium.org2013-12-128-21/+21
* Fixed sounds registration in SoundsManager.ygorshenin@chromium.org2013-12-114-82/+55
* Destroy existing AudioManager instances before creating new ones.dalecurtis@chromium.org2013-12-101-0/+3
* Improve and simplify AudioOutputDispatcher.dalecurtis@chromium.org2013-12-104-277/+156
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-086-14/+14
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-086-14/+14
* Fix double StopStream() calls during wedge fix.dalecurtis@chromium.org2013-12-072-5/+24
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-076-14/+14
* Fix media tests in content_browsertests when use_alsa=0dnicoara@chromium.org2013-12-062-0/+16
* Mute audio when volume is zero on Android.wjia@chromium.org2013-12-054-2/+61
* Add a JNI AudioRecord implementation of AudioInputStream.ajm@chromium.org2013-12-054-9/+210
* Play ChromeVox enabled/disabled sounds natively.dtseng@chromium.org2013-12-041-0/+4
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-0442-121/+246
* Device enumeration on Android now thread safe.henrika@chromium.org2013-12-041-0/+3
* Attempt to fix audio wedges by restarting all streams on OSX.dalecurtis@google.com2013-12-0412-2/+163
* Fix flaky AudioStreamHandler initialization.dalecurtis@google.com2013-12-031-6/+8
* Revert 238325 "Attempt to fix audio wedges by restarting all str..."dubroy@chromium.org2013-12-0312-163/+2
* Attempt to fix audio wedges by restarting all streams on OSX.dalecurtis@google.com2013-12-0312-2/+163
* Adding device enumeration to the Android device manager.henrika@chromium.org2013-11-292-12/+64
* Reland review 34393006: Refactor MediaStreamManager to not output real device...perkj@chromium.org2013-11-282-0/+6
* Support use_alsa==0 on Linuxspang@chromium.org2013-11-2819-412/+566
* Don't start WASAPI render thread until setup completes.dalecurtis@chromium.org2013-11-282-36/+32
* Introduce new interface for MediaInternals updates.dalecurtis@chromium.org2013-11-271-0/+84
* SIMD optimizations of exp weighted moving average computation in AudioPowerMo...miu@chromium.org2013-11-261-20/+10