summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_manager_base.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* As titled! AudioOutputResampler is a single stream output resampler which usesdalecurtis@google.com2012-09-111-0/+9
* Re-land software audio mixer.enal@chromium.org2012-04-191-0/+1
* Revert 132891 - Software audio mixer.thestig@chromium.org2012-04-191-1/+0
* Software audio mixer.enal@chromium.org2012-04-181-0/+1
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-2/+6
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-6/+2
* Move media/audio files into media namespacevrk@google.com2012-04-021-2/+6
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-141-5/+12
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-071-2/+40
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-10/+2
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-6/+12
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-10/+18
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-0/+2
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-8/+24
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-131-24/+8
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-8/+24
* Create media.dll / libmedia.so.darin@chromium.org2011-08-291-2/+2
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-2/+2
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-2/+2
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-011-0/+5
* Adds method to invoke platform provided audio input UI.satish@chromium.org2011-03-011-0/+3
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Fix AudioManager shutdownacolwell@chromium.org2010-12-231-0/+1
* Implemented AudioOutputProxy.sergeyu@chromium.org2010-11-241-1/+14
* On windows, send audio hardware info with speech input requests if user conse...satish@chromium.org2010-11-191-0/+2
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-1/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-0/+35
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-35/+0
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-0/+35