summaryrefslogtreecommitdiffstats
path: root/media/audio/win
Commit message (Expand)AuthorAgeFilesLines
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-0212-48/+2
* Move media/audio files into media namespacevrk@google.com2012-04-0212-2/+48
* [Coverity] Removed always-true ifgroby@chromium.org2012-03-291-10/+8
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-286-17/+53
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-271-1/+1
* Make AudioParameters a class instead of a structvrk@google.com2012-03-217-40/+40
* On windows, create PCMWaveInAudioInputStream instance with correct device ID.yzshen@chromium.org2012-03-146-9/+107
* 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-12/+25
* Moved the implementations of ReleaseOutputStream() and ReleaseInputStream() t...xians@chromium.org2012-03-072-91/+78
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-065-71/+163
* 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-284-3/+37
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-153-72/+72
* 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
* 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
* Move the NOTREACHED/DCHECK check into GetMixFormat and remove it from Hardwar...tommi@chromium.org2012-01-231-8/+7
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-192-18/+40
* Convert use of int ms to TimeDelta in files owned by vrk.tedvessenes@gmail.com2012-01-142-7/+7
* 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-131-54/+58
* 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
* Adds device notification to WASAPI rendering client.henrika@chromium.org2012-01-112-16/+334
* Delete the AudioOutputStream correctly (by using Close and not delete).tommi@chromium.org2012-01-101-2/+2
* Better error handling in audio wave out.enal@chromium.org2012-01-101-13/+20
* Allow the AudioLowLatencyInputOutput, WinAudioOutputTest and WinAudioInputTes...tommi@chromium.org2011-12-152-12/+6
* Adds new full-duplex test which measures and logs the reported audio delays.henrika@chromium.org2011-12-142-2/+5
* Remove the AudioManager singleton.tommi@chromium.org2011-12-124-88/+97
* Removing MessageLoop::QuitTask() from media/dcheng@chromium.org2011-12-091-4/+4
* Make check for 'opened' consistent across all audio stream implementations of...tommi@chromium.org2011-12-082-4/+2
* Replace media::Limits struct with media::limits namespace and update document...scherkus@chromium.org2011-12-071-1/+1
* Adds input device selection on Windows.henrika@chromium.org2011-12-065-37/+101
* Move decision if we need to use WASAPI or wave out into separate function.enal@chromium.org2011-12-031-5/+5
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-12-013-117/+164
* Revert 112147 - Did not get LGTM from all reviewers.enal@chromium.org2011-11-302-158/+113
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-11-302-113/+158
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+5
* Fixes rounding issue in simple sources.henrika@chromium.org2011-11-291-22/+37
* Revert 111890 - This patch ensures that the audio_output_win_unittest works f...henrika@chromium.org2011-11-291-37/+22
* This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...henrika@chromium.org2011-11-291-22/+37
* Removes call to invalid error handler during audio initialization for Windows...henrika@chromium.org2011-11-282-12/+0
* Adds support for capture device enumeration on Windows.henrika@chromium.org2011-11-244-8/+191
* Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_.scherkus@chromium.org2011-11-231-1/+1
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-223-9/+15
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-165-6/+1349
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-151-1/+0