summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Allow pass through buffer sizes on OSX.dalecurtis@chromium.org2014-04-184-41/+78
* Fix #define'd min/max from breaking std::min, std::maxdalecurtis@google.com2014-04-171-0/+7
* Use larger buffer sizes for lower power on Linux.dalecurtis@chromium.org2014-04-172-7/+16
* Defer input stream start around suspend and resume.dalecurtis@chromium.org2014-04-169-26/+81
* Remove unnecessary output spam from pulse audioenne@chromium.org2014-04-121-4/+4
* Adds more logging for audio input issues.jiayl@chromium.org2014-04-101-8/+4
* Revert "Attempt to fix audio wedges by restarting all streams on OSX."dalecurtis@chromium.org2014-04-1012-175/+2
* Remove obsolete atomic debugging checks.dalecurtis@chromium.org2014-04-102-10/+0
* Revert of Attempting to resolve a race condition with PowerMonitor (https://c...scottmg@chromium.org2014-04-051-3/+3
* Attempting to resolve a race condition with PowerMonitor.bajones@chromium.org2014-04-051-3/+3
* Disables the check for no data timer for audio on all platforms.henrika@chromium.org2014-03-312-10/+9
* Disable the RecordAndError unit test on Mac since it's not relevant anymore.tommi@chromium.org2014-03-281-1/+8
* Disable the "check for no data" timer for audio on Mac.tommi@chromium.org2014-03-281-0/+9
* Deleted '--disable-system-sounds-manager' switch.ygorshenin@chromium.org2014-03-271-44/+1
* Stop streams on OSX prior to shutdown.dalecurtis@chromium.org2014-03-264-17/+58
* Add keyboard mic parameters for audio input.grunell@chromium.org2014-03-192-0/+39
* WeakPtr destruction order cleanup: media edition.dalecurtis@google.com2014-03-184-11/+14
* Resubmit 'Enable the volume slider in Windows Ash'.zturner@chromium.org2014-03-121-1/+1
* Revert of Resubmit enable the volume slider in Ash for windows. (https://code...dmichael@chromium.org2014-03-121-1/+1
* Resubmit enable the volume slider in Ash for windows.zturner@chromium.org2014-03-121-1/+1
* Replumb audible playback detection to use a poll-based approach.miu@chromium.org2014-03-113-48/+17
* Fix AudioEntry destruction order. Add debugging CHECKs for racy shutdown.dalecurtis@chromium.org2014-03-082-27/+9
* Hook up AudioDeviceListenerWin to monitor all default device changes.tommi@chromium.org2014-03-072-20/+50
* Remove deprecated media switches.dalecurtis@chromium.org2014-03-071-4/+1
* Always PostTask device change notifications.dalecurtis@chromium.org2014-03-071-9/+9
* Revert of Enable the volume slider in Ash for windows. (https://codereview.ch...pkotwicz@chromium.org2014-03-061-1/+1
* Enable the volume slider in Ash for windows.zturner@chromium.org2014-03-061-1/+1
* Fix audio ducking support for the output side on Windows.tommi@chromium.org2014-03-053-4/+27
* Adds error codes to AudioInputController/AudioInputRendererHost native logshenrika@chromium.org2014-02-283-7/+33
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-286-38/+70
* Fix handling of the default comm device when it is not the 'console' device.tommi@chromium.org2014-02-272-35/+69
* Make sure we don't call DisableKeyPressMonitoring without calling EnableKeyPr...tommi@chromium.org2014-02-272-24/+22
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-263-12/+12
* Initialization of audio manager for Android is now done on the audio thread.henrika@chromium.org2014-02-215-289/+528
* Volume button now controls media volume for WebAudio.henrika@chromium.org2014-02-204-28/+36
* Remove deprecated non-AUHAL audio path on OSX.dalecurtis@chromium.org2014-02-204-533/+0
* Fix the output device selection introduced by 163343002.xians@chromium.org2014-02-191-1/+2
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-2/+2
* Cleanup AudioManager initialization on OSX to reduce startup delay.dalecurtis@chromium.org2014-02-142-20/+22
* Implement hook to change audio output device for PulseAudio.grunell@chromium.org2014-02-136-9/+27
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-1352-4482/+126
* Add basic support for "googDucking" to getUserMedia on Windows.tommi@chromium.org2014-02-128-117/+110
* Make CoreAudio::IsSupported VLOG instead of LOGenne@chromium.org2014-02-111-1/+1
* Enabled by default system's volume adjust sound.ygorshenin@chromium.org2014-02-112-1/+18
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-0750-124/+4478
* Remove the unified IO code on the browser.xians@chromium.org2014-02-0750-4478/+124
* Use validating form of IPC enum macros for audio messages.tsepez@chromium.org2014-02-072-2/+4
* Build fix when use_alsa=0.joone.hur@intel.com2014-02-061-0/+4
* Remove noisy NOTIMPLEMENTED in audio_manager_base.ccdanakj@chromium.org2014-01-311-1/+0
* Factorize MockAudioSourceCallback out of many unittests.dalecurtis@chromium.org2014-01-309-95/+72