summaryrefslogtreecommitdiffstats
path: root/media/audio/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 120767 - Ensures that low-latency audio unit tests passes on Win 7 buil...tommi@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
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-091-0/+4
* Problem happens because we cannot stop physical stream in arbitrary moment, c...enal@chromium.org2011-11-022-39/+45
* Changing a NOTREACHED to a LOG(WARNING) for cases when a mic isn't connected.tommi@chromium.org2011-10-311-1/+4
* Removes an invalid hard-coded sample rate in the low-latencyhenrika@chromium.org2011-10-261-1/+0
* Fixes yet another build error on Windows shared bot.henrika@chromium.org2011-10-241-1/+1
* Fixes build error on Windows shared bot.henrika@chromium.org2011-10-241-1/+2
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-247-5/+1181
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-133-15/+24
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-133-24/+15
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-133-15/+24
* Adding delay estimation to input audio.xians@chromium.org2011-10-041-0/+3
* Add tracing for select WebAudio functionscrogers@google.com2011-08-181-0/+3
* Change base::LaunchProcess API slightlyevan@chromium.org2011-07-151-2/+1
* Clean up users of a deprecated base::LaunchApp API.evan@chromium.org2011-07-141-1/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-226-10/+16