summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-072-17/+8
* media/audio/mac/audio_low_latency_output_mac.cc is missing an #include.mark@chromium.org2011-02-021-0/+2
* Add a low-latency AudioOutputStream implementation for Mac OS X.crogers@google.com2011-01-294-9/+331
* Move audio output number limit to AudioManager.sergeyu@chromium.org2010-11-302-5/+63
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-117-46/+40
* Add AudioBuffersState struct. Use it for audio synchronization.sergeyu@chromium.org2010-09-292-11/+21
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-025-109/+12
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-318-75/+55
* Add missing backslash to fix build break caused bysatish@chromium.org2010-08-271-1/+1
* Mac audio input implementationjoth@chromium.org2010-08-276-17/+392
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-253-21/+6
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-242-5/+21
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-242-21/+5
* 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-142-2/+22
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-125-24/+29
* Looping for audio / videohclam@chromium.org2010-04-141-3/+25
* Too many audio hangs Leopardhclam@chromium.org2010-04-131-0/+1
* Remove size_t from audio IPC code.jam@chromium.org2010-02-053-23/+23
* Reduce sleep time on Mac to 500 ms, same as PCfbarchard@chromium.org2009-11-051-1/+1
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-043-19/+12
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-161-2/+1
* Support 8 and 32 bit formats for Mac Channel Swizzler.fbarchard@chromium.org2009-10-091-2/+4
* quick syntax fixfbarchard@chromium.org2009-10-081-1/+1
* Support 8 and 32 bit formats for Mac Channel Swizzler.fbarchard@chromium.org2009-10-081-7/+13
* Mac Surround Sound 5.1 channel layout adapter from AAC layout to native Audio...fbarchard@chromium.org2009-10-063-12/+60
* Fixing audio in machclam@chromium.org2009-09-173-8/+94
* AudioHardwareGetProperty is deprecated in Mac OS X 10.6 ("Snow Leopard").mark@chromium.org2009-09-171-5/+15
* Don't redefine what Snow Leopard provides if Snow Leopard has provided it.mark@chromium.org2009-09-161-1/+3
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-242-2/+4
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-224-15/+7
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-214-7/+15
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-214-15/+7
* Setting svn:eol-style LF for media source files.scherkus@chromium.org2009-06-173-16/+17
* Third installement of low level audio for maccpu@chromium.org2009-04-302-14/+130
* Second part of the low level audio for Maccpu@chromium.org2009-04-144-67/+145
* Fix some threading issues and some refactoring in AudioRendererHosthclam@chromium.org2009-04-072-7/+12
* First part of the Mac Audio low level supportcpu@chromium.org2009-03-254-4/+278
* Construct AudioRendererHost in BrowserRendererProcessHost, also constructhclam@chromium.org2009-02-111-0/+10