summaryrefslogtreecommitdiffstats
path: root/media/audio/mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make audio build on the Mac OS X 10.7abarth@chromium.org2012-07-263-0/+3
* Ignore -Wdeprecated-declarations in audio_output_mac.cc.rsesek@chromium.org2012-07-231-0/+3
* Remove all the OS X 10.6 SDK forward declarations.rsesek@chromium.org2012-07-182-14/+0
* Revert 142862 - Change the way we are stopping audio stream on Mac once again.kkania@chromium.org2012-06-192-63/+22
* Change the way we are stopping audio stream on Mac once again.enal@chromium.org2012-06-182-22/+63
* Change the way we are stopping audio stream on Mac.enal@chromium.org2012-06-142-16/+43
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-161-1/+1
* Remove unused parameter "stream" from all variants of OnMoreData().enal@chromium.org2012-04-243-10/+11
* Replace NOTREACHED() with LOG(ERROR) in PCMQueueOutAudioOutputStream::HandleE...scherkus@chromium.org2012-04-041-2/+2
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-0312-1/+48
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-0212-48/+1
* Move media/audio files into media namespacevrk@google.com2012-04-0212-1/+48
* AUAudioOutputStream::Stop() first sets the source_ to NULL then calls AudioOu...xians@chromium.org2012-03-292-2/+11
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-285-9/+46
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-271-4/+4
* 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