summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-183-5/+14
* Revert of Forward the number of skipped frames by the OS in audio playout. (p...grunell2015-12-173-14/+5
* Switches way to set IO buffer size on Mac to HAL based AudioObjectPropertyDat...henrika2015-12-164-51/+135
* Revert of Switches way to set IO buffer size on Mac to HAL based AudioObjectP...kbr2015-12-154-107/+35
* Switches way to set IO buffer size on Mac to HAL based AudioObjectPropertyDat...henrika2015-12-154-35/+107
* Forward the number of skipped frames by the OS in audio playout.grunell2015-12-143-5/+14
* Revert of Adding CHECK(false) for case when input audio fails to start on Mac...henrika2015-12-081-5/+0
* Adding CHECK(false) for case when input audio fails to start on Machenrika2015-12-021-0/+5
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Improves error handling in AUAudioInputStream::Open()henrika2015-11-121-0/+2
* Adding more UMA stats tied to existing Media.Audio.InputStartupSuccessMac (pa...henrika2015-11-102-3/+13
* Revert of Improved error handling for low-latency audio input on Mac (patchse...henrika2015-11-091-7/+0
* Adding more UMA stats tied to existing Media.Audio.InputStartupSuccessMachenrika2015-11-055-9/+39
* Improved error handling for low-latency audio input on Machenrika2015-11-032-21/+33
* Adds Media.Audio.InputStartupSuccessMac UMA stat for Mac OS Xhenrika2015-10-302-5/+88
* Fix overreporting of '0' stats in the Mac audio rendering code.tommi2015-10-301-3/+7
* Add UMA stats to track details on when and how we get rendering glitches.tommi2015-10-192-5/+103
* AudioManagerMac: Avoid setting the buffer size if it hasn't actually changed.tommi2015-10-191-0/+3
* Improvements for AUHALStream.tommi2015-10-162-27/+70
* Re-land attempt 2: Add localized default audio device names.ajm2015-09-291-1/+1
* Revert "Re-land: Add localized default audio device names."jmadill2015-09-291-1/+1
* Re-land: Add localized default audio device names.ajm2015-09-291-1/+1
* Revert "Add localized default audio device names."dgrogan2015-09-221-1/+1
* Add localized default audio device names.ajm2015-09-221-1/+1
* Refactor AudioParameters member setting.ajm2015-09-081-3/+4
* Increase OSX post-resume delay for new audio streams.dalecurtis2015-07-161-1/+1
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-2/+0
* Proposed backoff scheme for kAudioUnitErr_TooManyFramesToProcess error handling.henrika2015-03-232-4/+29
* Fixes audio issue on Mac for USB headsets where kAudioUnitErr_TooManyFramesTo...henrika2015-03-171-1/+8
* Add flag --require-audio-hardware-for-testing.watk2015-02-112-32/+17
* Mechanical rename of tracing includes for /mediassid2015-01-281-1/+1
* Update {virtual,override,final} for media/ to follow C++11 style.dcheng2015-01-092-6/+2
* Switch users of foundation_util.h to include it directly and clean up uses of...avi2014-12-211-1/+0
* Report error upon AudioUnitRender failure so stream is terminated.dalecurtis2014-12-081-0/+1
* Disable power logging and related UMA stats when AGC is not supported.henrika2014-12-022-2/+3
* Fixes crash in media::AudioBlockFifo::Push for Apple Thundebolt Displayshenrika2014-11-201-5/+23
* [media/audio] Convert VLOGs to DVLOGsanujk.sharma2014-11-191-7/+8
* Reland 720713002: Avoid getting CoreAudio into bad state.xians2014-11-121-0/+22
* Revert of Avoid putting CoreAudio into bad state (patchset #3 id:40001 of htt...xians2014-11-121-10/+0
* Avoid getting CoreAudio into bad state.xians2014-11-121-0/+10
* Fix no callback issue when other kind of streams try to set a larger buffer s...xians2014-11-056-75/+111
* [Relanding] Fixes bug in Media.AudioInputCbErrorMac histogram.henrika2014-11-041-1/+4
* Revert "Add a NOTREACHED and uma stat when the audio callback fails."phoglund2014-11-031-5/+1
* Fixes bug in Media.AudioInputCbErrorMac histogram.henrika2014-11-031-2/+2
* Add a NOTREACHED and uma stat when the audio callback fails.xians2014-10-301-1/+5
* Increase the default buffer size from 128 to 256 on Mac.xians2014-10-272-10/+19
* Standardize usage of virtual/override/final in media/dcheng2014-10-216-55/+55
* Add support for audio input mute detection on all platforms.henrika2014-10-164-0/+30
* replace OVERRIDE and FINAL with override and final in media/mostynb2014-10-076-40/+40
* Clear the FIFO when calling input stream::Stop()xians2014-10-021-0/+1