summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* Make AudioParameters a class instead of a structvrk@google.com2012-03-217-35/+35
* mac: Add MEDIA_EXPORT macros needed to link tests in the shared buildthakis@chromium.org2012-03-152-2/+2
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-141-0/+1
* Improves flaky unit tests on Windows and Mac OS X.henrika@chromium.org2012-03-071-15/+26
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-072-99/+50
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-284-3/+203
* Don't query the stream latency when setting up the input stream.xians@chromium.org2012-02-213-36/+5
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-152-6/+6
* Fix crash on Mac OS X caused by querying audio stream latency.crogers@google.com2012-02-011-32/+1
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-275-29/+42
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-141-4/+4
* Remove the headless check for the audio output unittests.tommi@chromium.org2012-01-131-3/+1
* Enable the AudioInputTest tests on the build bots and fix a bug in PCMQueueIn...tommi@chromium.org2011-12-142-4/+12
* Enable MacAudioInput tests on all mac bots.tommi@chromium.org2011-12-141-4/+4
* Adds new full-duplex test which measures and logs the reported audio delays.henrika@chromium.org2011-12-141-1/+3
* Remove the AudioManager singleton.tommi@chromium.org2011-12-123-58/+56
* Make check for 'opened' consistent across all audio stream implementations of...tommi@chromium.org2011-12-084-3/+12
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-225-35/+77
* Add OVERRIDE to media/.avi@chromium.org2011-11-162-12/+13
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-3/+0
* 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