summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* Mac Chromium style checker cleanuprsleevi@chromium.org2013-02-201-3/+3
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+1
* Plumb |input_channels| all the way to AudioManagercrogers@google.com2013-02-071-4/+7
* MessageLoop's RUN method will pass a const ref to PendingTask whenrtenneti@chromium.org2013-02-031-14/+24
* Delay device changes on Mac.dalecurtis@google.com2013-01-292-4/+12
* Limit OnData() callbacks to every 5ms for mac audio input.dalecurtis@chromium.org2013-01-241-8/+6
* Remove incorrect 5.1 swizzling.dalecurtis@chromium.org2013-01-191-30/+0
* Update RendererWebKitPlatformSupportImpl::createAudioDevice() to handle |inpu...crogers@google.com2013-01-121-0/+1
* Improve thread safety for device changes on OSX.dalecurtis@google.com2013-01-115-75/+422
* Revert 176228dalecurtis@google.com2013-01-115-408/+75
* Improve thread safety for device changes on OSX.dalecurtis@google.com2013-01-115-75/+408
* Setting audio volume is no longer ignored on low latency audio path for Mac.henrika@chromium.org2012-12-171-0/+7
* Handle invalid audio latency information more gracefully.dalecurtis@google.com2012-12-131-0/+10
* Remove failing CHECK(). Best effort fix for M24. BUG=158170,163149dalecurtis@google.com2012-12-121-2/+0
* Revert 170119dalecurtis@google.com2012-12-122-23/+22
* Delay delivery of audio input data.dalecurtis@google.com2012-12-072-2/+24
* Revert 171681tzik@chromium.org2012-12-072-24/+2
* Delay delivery of audio input data.dalecurtis@google.com2012-12-072-2/+24
* Tell OSX to manage its own property listener callback thread.dalecurtis@google.com2012-11-292-22/+23
* Handle errors for AudioObjectGetPropertyData() calls.dalecurtis@google.com2012-11-281-39/+53
* Allow kEnableWebAudioInput to play nicely with WebRTC on OSXcrogers@google.com2012-11-272-0/+20
* Remove DCHECK causing TabCapture API test to fail due to no microphone.justinlin@chromium.org2012-11-201-4/+2
* Ensure AudioPropertyListener callbacks happen on the browser thread.dalecurtis@google.com2012-11-182-18/+42
* Reduce high latency input buffers to 1.dalecurtis@google.com2012-11-161-1/+1
* Only respond to callbacks for the registered property.dalecurtis@chromium.org2012-11-081-2/+13
* Handle audio device changes on Mac (Take 2).dalecurtis@chromium.org2012-11-023-5/+56
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-202-19/+25
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-171-17/+19
* Removed CHECK to avoid browser crash for Mac OS X.henrika@chromium.org2012-10-151-3/+7
* Ensures that we always run the low-latency audio capture at natively 128 audi...henrika@chromium.org2012-10-114-36/+96
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-101-27/+3
* Revert 161096 - M23 shows lots of crahses with AudioManagerMac::GetAudioInput...xians@chromium.org2012-10-101-3/+27
* M23 shows lots of crahses with AudioManagerMac::GetAudioInputDeviceNames.xians@chromium.org2012-10-101-27/+3
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* Revert 159666 - Use clients' preferred buffer size when the sample rates matc...xians@chromium.org2012-10-092-24/+0
* Prevent AudioLowLatencyInputMac from changing frame sizes.dalecurtis@chromium.org2012-10-092-14/+37
* Use clients' preferred buffer size when the sample rates match and it is a nu...xians@chromium.org2012-10-022-0/+24
* AudioHardwareUnifiedStream::Stop() must not clear |source_| before calling Au...crogers@google.com2012-09-251-2/+1
* Add appropriate 64-bit mac flags for src/media targets and fix a compilation ...badea@adobe.com2012-09-221-1/+1
* Add Mac OS X synchronized audio I/O back-endcrogers@google.com2012-09-183-0/+1212
* mac: Unbreak building with the 10.7 SDKthakis@chromium.org2012-09-151-1/+1
* Add Mac OS X unified audio I/O back-endcrogers@google.com2012-09-142-0/+499
* Flip AudioOutputResampler to on by default.dalecurtis@google.com2012-09-141-3/+18
* Allow audio system to handle synchronized low-latency audio I/Ocrogers@google.com2012-09-121-0/+3
* Create iOS Audio Manager implementation.blundell@chromium.org2012-09-072-9/+12
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-055-42/+47
* mac: Delete more 10.5-only codethakis@chromium.org2012-08-091-15/+1
* Get ChannelLayout on OSX with non-deprecated methods.dalecurtis@chromium.org2012-08-091-15/+7
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-072-10/+0
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-1/+3