summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Added the unified IO on Linux.xians@chromium.org2013-03-288-194/+606
* Revert pure ALSA buffer size to 2048.dalecurtis@chromium.org2013-03-281-1/+1
* Don't generate invalid AudioParameters.crogers@google.com2013-03-281-20/+24
* Make CRAS default device match others.dgreid@chromium.org2013-03-281-5/+3
* Re-land silence detection for audio output UI favicon indicator with crash fi...miu@chromium.org2013-03-286-28/+542
* Refactor VirtualAudioInputStream to use FakeAudioConsumer.dalecurtis@google.com2013-03-282-41/+18
* Convert a couple raw MessageLoopProxy* to scoped_refptr&.dalecurtis@chromium.org2013-03-273-6/+9
* Linux: add an option to link pulseaudio directly (DT_NEEDED).phajdan.jr@chromium.org2013-03-261-1/+6
* Fixed the media_unittests for pulseaudio.xians@chromium.org2013-03-263-15/+42
* 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-2339-92/+82
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-235-68/+86
* Select OSX buffer size based on sample rate.dalecurtis@google.com2013-03-232-11/+28
* Revert 189870 "Add speaker on/off control on Android for WebRTC "scherkus@chromium.org2013-03-222-45/+10
* Add speaker on/off control on Android for WebRTC wjia@chromium.org2013-03-222-10/+45
* Don't change devices unless the sample rate changes.dalecurtis@google.com2013-03-213-2/+19
* Revert 189095 "Silence detection for audio output UI favicon ind..."miu@chromium.org2013-03-216-542/+29
* Do not pass the string device_id via IPC message to create an audio input str...xians@chromium.org2013-03-203-89/+17
* Introduces AudioManager::Get() and deprecates AudioManager::Create().mukai@chromium.org2013-03-203-5/+24
* Add MODIFY_AUDIO_SETTINGS permission in Android manifest and implementation i...wjia@chromium.org2013-03-205-10/+103
* Introduce AudioHash for fuzzy audio matching.dalecurtis@chromium.org2013-03-202-53/+12
* Silence detection for audio output UI favicon indicator.miu@chromium.org2013-03-196-29/+542
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-157-191/+261
* Solves crash in media::AudioDeviceListenerWin::OnDefaultDeviceChanged by avoi...henrika@chromium.org2013-03-151-6/+8
* Remove AudioOutputMac.dalecurtis@chromium.org2013-03-155-845/+1
* Revert 188251 "Refactor FakeAudioOutputStream, NullAudioSink int..." for cras...pfeldman@chromium.org2013-03-157-250/+193
* Refactor FakeAudioOutputStream, NullAudioSink into FakeAudioConsumer.dalecurtis@chromium.org2013-03-157-193/+250
* Pass more detailed audio hardware configuration information to the renderercrogers@google.com2013-03-136-13/+143
* Uses VLOG instead of DVLOG for Core Audio output on Windows.henrika@chromium.org2013-03-133-36/+53
* The proper review is in https://codereview.chromium.org/12310101/.xians@chromium.org2013-03-133-14/+40
* Revert 187677 "This patch enables pulse as the default IO handli..."sail@chromium.org2013-03-123-40/+18
* This patch enables pulse as the default IO handling in Chrome.xians@chromium.org2013-03-123-18/+40
* Use multiple shared memory buffers cyclically for audio capture.wjia@chromium.org2013-03-116-18/+54
* Adds support of local audio streams for more than one media player.henrika@chromium.org2013-03-111-0/+2
* Disable CanRunUnifiedAudioTests() which may be hanging other Windows tests.crogers@google.com2013-03-091-21/+3
* Revert 187073crogers@google.com2013-03-093-19/+4
* Revert 187048ccameron@chromium.org2013-03-083-4/+19
* Enable the "Web Audio Input" feature by default.crogers@google.com2013-03-083-19/+4
* Stop OnMoreDataConverter during StartStream() failure.dalecurtis@google.com2013-03-083-5/+19
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-0730-317/+497
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-0730-453/+313
* Fix some minor issues on pulse input before enabling pulse by default.xians@chromium.org2013-03-062-4/+6
* Moved AudioUtil static functions:xians@chromium.org2013-03-0530-313/+453
* Improved CoreAudioUtil::IsSupported().henrika@chromium.org2013-03-051-4/+29
* Ensure Stop() is called before ~OnMoreDataConverter().dalecurtis@chromium.org2013-03-051-2/+7
* Add some NULL checks for shared memory and AudioBus creation.dalecurtis@chromium.org2013-03-052-2/+2
* Wait for the renderer even on WASAPI.dalecurtis@google.com2013-03-021-6/+15
* Always fully fill PulseAudio's requested buffer. Allow larger initial requests.dalecurtis@chromium.org2013-03-011-41/+37
* Add lock to AUAudioOutputStream::Start() and Stop().dalecurtis@google.com2013-03-012-11/+31