summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-091-0/+7
* This patch will loop through the soundcard and return a list of available dev...xians@chromium.org2011-10-281-6/+128
* Adding input and output delay estimation for mac. xians@chromium.org2011-10-275-25/+287
* Switch from DLOG(INFO) to DVLOG(1) for media/audio/mac/audio_low_latency_inpu...scherkus@chromium.org2011-10-261-13/+14
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-133-13/+22
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-133-22/+13
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-133-13/+22
* Implementation of AudioInputStream for Mac OS X using the special AUHAL input...henrika@chromium.org2011-10-055-2/+760
* Adding delay estimation to input audio.xians@chromium.org2011-10-041-1/+2
* Add a lock around getting and setting of source_ to avoid possible compiler r...ajwong@chromium.org2011-09-212-11/+32
* Add tracing for select WebAudio functionscrogers@google.com2011-08-181-0/+3
* Move SwizzleCoreAudioLayout5_1() closer to where it's called.scherkus@chromium.org2011-07-291-1/+16
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-228-10/+12
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-223-0/+4
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-4/+2
* Fix for CoreAudio stereo problem for unknown speakersannacc@chromium.org2011-06-081-2/+22
* Better memory management for audio channel swizzle code.annacc@chromium.org2011-06-021-10/+16
* Revert 87535 - Better memory management for audio channel swizzle code.michaeln@google.com2011-06-011-16/+10
* Better memory management for audio channel swizzle code.annacc@chromium.org2011-06-011-10/+16
* Adding GetAudioInputDeviceNames() to AudioManager, which allows for device en...scherkus@chromium.org2011-06-012-0/+15
* Surround sound swizzling for Mac based on device channel layout preferences.annacc@chromium.org2011-05-262-20/+213
* Description:annacc@chromium.org2011-05-161-6/+8
* Mac platform was not treating 8bit PCM audio as unsigned data.sjl@google.com2011-04-011-4/+15
* Use default "output" rather than "input" device when querying hardware sample...crogers@google.com2011-03-221-3/+3
* 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