summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* Try not to let the AUHAL driver get stuck sending silence.dalecurtis@chromium.org2013-06-213-1/+20
* Replace erroneous use of base::Time with base::TimeTicks throughout media code.miu@chromium.org2013-06-132-3/+3
* Ensure OSX device change callbacks occur on the right thread.dalecurtis@chromium.org2013-06-133-5/+9
* Synchronized IO handles the mono input device.xians@chromium.org2013-06-112-5/+39
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Used the native sample rate and channel layout to open the specific device, a...xians@chromium.org2013-06-052-4/+24
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-5/+0
* Use the browser UI thread for audio on OSX.dalecurtis@chromium.org2013-06-053-222/+27
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-033-6/+13
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-033-13/+6
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-033-6/+13
* Adjust delay calculations on Mac to properly account for the FIFO buffers.ajm@chromium.org2013-05-312-5/+11
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-313-13/+6
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-313-6/+13
* Improved AGC update scheme for the audio backend in Chrome.henrika@chromium.org2013-05-282-6/+8
* Improves capture delay estimates on Mac.henrika@chromium.org2013-05-221-1/+4
* Avoid crash when changing sample-rates using live audio inputcrogers@google.com2013-05-061-2/+4
* Make sure not to use aggregate devices if sample-rates of input and output de...crogers@google.com2013-05-061-7/+15
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-223-7/+8
* Add OSX aggregate audio device support for best performance.crogers@google.com2013-04-186-18/+476
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media.dcheng@chromium.org2013-04-154-5/+5
* Fix a couple bugs with OSX audio buffer size selection.dalecurtis@chromium.org2013-04-081-11/+14
* Add vector_math::FMUL. Replace audio_util::AdjustVolume.dalecurtis@chromium.org2013-04-082-11/+2
* Fix 7% regression in Mac startup timecrogers@google.com2013-04-011-3/+9
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Implement AUHALStream using an AUHAL with configurable device selection.crogers@google.com2013-03-268-85/+1022
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-233-4/+4
* Select OSX buffer size based on sample rate.dalecurtis@google.com2013-03-232-11/+28
* Don't change devices unless the sample rate changes.dalecurtis@google.com2013-03-213-2/+19
* Remove AudioOutputMac.dalecurtis@chromium.org2013-03-154-844/+1
* Pass more detailed audio hardware configuration information to the renderercrogers@google.com2013-03-132-8/+126
* Revert 187073crogers@google.com2013-03-091-8/+3
* Revert 187048ccameron@chromium.org2013-03-081-3/+8
* Enable the "Web Audio Input" feature by default.crogers@google.com2013-03-081-8/+3
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-075-21/+56
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-075-52/+22
* Moved AudioUtil static functions:xians@chromium.org2013-03-055-22/+52
* Add lock to AUAudioOutputStream::Start() and Stop().dalecurtis@google.com2013-03-012-11/+31
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* 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