summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix race in AudioInputController::Close().fischman@chromium.org2012-03-233-21/+13
* sync the openbsd audio code with linuxrobert.nagy@gmail.com2012-03-221-4/+0
* Make AudioParameters a class instead of a structvrk@google.com2012-03-2135-264/+292
* Add software audio mixing to the audio utils.enal@chromium.org2012-03-203-4/+157
* Fix inconsistent line endings. No code changetommi@chromium.org2012-03-162-5/+5
* Do not swizzle 5.0/5.1 audio layoutraymond.liu@intel.com2012-03-161-55/+0
* mac: Add MEDIA_EXPORT macros needed to link tests in the shared buildthakis@chromium.org2012-03-152-2/+2
* Remove unused AudioBuffersState member.enal@chromium.org2012-03-153-21/+10
* On windows, create PCMWaveInAudioInputStream instance with correct device ID.yzshen@chromium.org2012-03-147-10/+164
* Stopping the audio thread before destroying the AudioManager<Platform>.xians@chromium.org2012-03-1411-83/+108
* Added AudioBuffer/AudioChunk abstractions for speech recognition and improved...primiano@chromium.org2012-03-131-1/+1
* Revert 126474 - Remove unused AudioBuffersState member.scottmg@google.com2012-03-132-9/+21
* Remove unused AudioBuffersState member.enal@chromium.org2012-03-132-21/+9
* Add the "default" device to the device list as long as it detects the hardware.xians@chromium.org2012-03-121-11/+11
* Improves flaky unit tests on Windows and Mac OS X.henrika@chromium.org2012-03-072-27/+51
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-0717-521/+627
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-069-107/+205
* Fix muted audio when playback rate != 1.0 or 0.0vrk@chromium.org2012-03-062-77/+0
* Clean up audio-related utility functions to compute buffer sizesvrk@chromium.org2012-03-052-6/+3
* Convert uses of int ms to TimeDelta in media/audio.tedvessenes@gmail.com2012-03-034-6/+10
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-3/+1
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-2818-24/+708
* Increase the buffer size in AudioRendererImpl to fix muted playback ratevrk@google.com2012-02-232-0/+32
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-8/+0
* Don't query the stream latency when setting up the input stream.xians@chromium.org2012-02-213-36/+5
* Minor fixes to compile media_unittests on android.nileshagrawal@chromium.org2012-02-161-0/+4
* Update DCHECKs in AlsaPcmOutputStream to account for NULL message loop.tommi@chromium.org2012-02-152-14/+23
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-1522-237/+178
* Adds support for HardwareChannelCount API for the WASAPI output audio stream.henrika@chromium.org2012-02-102-11/+15
* Ensures that low-latency audio unit tests passes on Win 7 build bots which do...henrika@chromium.org2012-02-072-2/+8
* Monitor the IO message loop in the AudioDevice classes.tommi@chromium.org2012-02-071-1/+1
* Remove "high"-latency audio code pathvrk@chromium.org2012-02-033-458/+57
* Removes the AudioInputControllerThread from AudioInputController.henrika@chromium.org2012-02-036-166/+286
* Fix crash on Mac OS X caused by querying audio stream latency.crogers@google.com2012-02-011-32/+1
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+0
* Add OSSTATUS_LOG API.mark@chromium.org2012-01-275-29/+42
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-272-6/+6
* Implement support for a cancelable SyncSocket.tommi@chromium.org2012-01-251-6/+4
* Improves file-handling in WASAPIAudioInputStreamRecordToFile unit test.henrika@chromium.org2012-01-241-11/+21
* Adding tommi@chromium.org to media-related OWNERS files.scherkus@chromium.org2012-01-241-0/+1
* Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...tommi@chromium.org2012-01-231-8/+7
* Fix Android compile error following r118272peter@chromium.org2012-01-201-1/+1
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-194-18/+59
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-1914-98/+118
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-1413-90/+75
* Fix race condition when stopping audio stream on Windows.enal@chromium.org2012-01-141-20/+34
* Remove the headless check for the audio output unittests.tommi@chromium.org2012-01-132-57/+59
* Revert 117268 - Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-122-30/+8
* Add CHECKs to find root cause of Windows-only crash.enal@chromium.org2012-01-112-8/+30
* Fix "waveOutClose failure causes PCMWaveOutAudioOutputStream to never get del...tommi@chromium.org2012-01-111-4/+6