summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_manager_base.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in media/dcheng2014-10-211-24/+19
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-071-17/+17
* Set keyboard mic effect if available.grunell2014-09-241-0/+2
* Allow pass through buffer sizes on OSX.dalecurtis@chromium.org2014-04-181-4/+4
* Revert "Attempt to fix audio wedges by restarting all streams on OSX."dalecurtis@chromium.org2014-04-101-2/+0
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-131-7/+3
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-071-3/+7
* Remove the unified IO code on the browser.xians@chromium.org2014-02-071-7/+3
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-071-6/+7
* Replace string16 with base::string16 in gpu, media, and remoting.brettw@chromium.org2013-12-121-1/+1
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-041-1/+7
* Attempt to fix audio wedges by restarting all streams on OSX.dalecurtis@google.com2013-12-041-0/+2
* Revert 238325 "Attempt to fix audio wedges by restarting all str..."dubroy@chromium.org2013-12-031-2/+0
* Attempt to fix audio wedges by restarting all streams on OSX.dalecurtis@google.com2013-12-031-0/+2
* Remove unused lock from AudioManagerBase.dalecurtis@chromium.org2013-11-091-7/+2
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+4
* Add loopback audio capture on Windows.sergeyu@chromium.org2013-09-171-0/+13
* Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio.joi@chromium.org2013-09-051-1/+4
* Add GetOutputStreamParameters, GetAssociatedOutputDeviceID to AudioManager.tommi@chromium.org2013-09-041-0/+6
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-031-1/+12
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-10/+0
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-051-0/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-031-14/+18
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-031-18/+14
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-031-14/+18
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-311-18/+14
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-311-14/+18
* Revert 194407 "Revert 194371"wjia@chromium.org2013-04-161-19/+4
* Revert 194371cpu@chromium.org2013-04-161-4/+19
* Refactor android specific code in AudioManagerBase class.wjia@chromium.org2013-04-161-19/+4
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-231-0/+9
* Revert 189870 "Add speaker on/off control on Android for WebRTC "scherkus@chromium.org2013-03-221-9/+0
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-221-0/+9
* Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...wjia@chromium.org2013-03-201-0/+10
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-071-9/+12
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-071-12/+9
* Moved AudioUtil static functions:xians@chromium.org2013-03-051-9/+12
* Remove browser-wide audio mirroring and --force-audio-mirroring flag.miu@chromium.org2013-02-271-13/+0
* Remove CanShowAudioInputSettings().dalecurtis@google.com2013-02-151-1/+0
* Tab Audio Mirroring: WebContentsAudioInputStream is a new implementation whic...miu@chromium.org2013-01-181-0/+7
* Goal: Provide browser-wide audio mirroring for the TabCapture API.justinlin@chromium.org2012-12-041-0/+6
* Collapse InitializeOnAudioThread() into AudioManagerWin.dalecurtis@chromium.org2012-11-011-3/+0
* Handle audio device changes on Windows.dalecurtis@google.com2012-10-261-2/+3
* Fix invalid bind usage during AudioManagerBase construction.dalecurtis@chromium.org2012-10-241-2/+2
* Replace AudioManager::Init() with InitializeOnAudioThread().dalecurtis@chromium.org2012-10-231-10/+12
* Add methods to base::Thread to allow Windows consumers to ask for COM to be i...pkasting@chromium.org2012-10-231-22/+5
* Introduce AudioStateNotifier.dalecurtis@chromium.org2012-10-231-4/+26
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-2/+26
* Adds COM init to AudioManager thread to ensure that we can call COM APIs (e.g...henrika@chromium.org2012-09-171-5/+2
* Bypass audio resampler on XP / non-WASAPI wave out path.dalecurtis@google.com2012-09-141-1/+1