summaryrefslogtreecommitdiffstats
path: root/media/audio/mac/audio_manager_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+2
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-4/+2
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-011-0/+14
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-10/+7
* Add a low-latency AudioOutputStream implementation for Mac OS X.crogers@google.com2011-01-291-8/+13
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-301-2/+57
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-7/+5
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-021-1/+9
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-25/+13
* Mac audio input implementationjoth@chromium.org2010-08-271-12/+26
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-19/+3
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-3/+19
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-19/+3
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+6
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-141-1/+16
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-5/+8
* AudioHardwareGetProperty is deprecated in Mac OS X 10.6 ("Snow Leopard").mark@chromium.org2009-09-171-5/+15
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-9/+7
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-7/+9
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-9/+7
* Second part of the low level audio for Maccpu@chromium.org2009-04-141-48/+45
* First part of the Mac Audio low level supportcpu@chromium.org2009-03-251-4/+61
* Construct AudioRendererHost in BrowserRendererProcessHost, also constructhclam@chromium.org2009-02-111-0/+10