summaryrefslogtreecommitdiffstats
path: root/media/audio/win/wavein_input_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+0
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-3/+0
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-231-1/+1
* Fix buffer leak in Wave In/Out implementation.dalecurtis@chromium.org2013-02-231-2/+3
* Don't use callback after Stop().dalecurtis@chromium.org2013-02-201-6/+6
* Attempt to resolve crash in media::PCMWaveInAudioInputStream::WaveCallback.henrika@chromium.org2013-02-111-46/+48
* Avoids crash in PCMWaveInAudioInputStream::WaveCallbackhenrika@chromium.org2013-02-011-4/+18
* Uses DCHECK_GT() instead of DCHECK_LE().khorimoto@chromium.org2012-07-271-1/+1
* Changed DCHECK() to DCHECK_LE() to improve readability.khorimoto@chromium.org2012-07-261-1/+1
* Added DCHECK() to prevent NULL-pointer dereferencekhorimoto@chromium.org2012-07-261-0/+1
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-1/+3
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-3/+1
* Move media/audio files into media namespacevrk@google.com2012-04-021-1/+3
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-4/+16
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-5/+5
* On windows, create PCMWaveInAudioInputStream instance with correct device ID.yzshen@chromium.org2012-03-141-1/+1
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-061-3/+3
* Adding microphone volume support to chrome in linux. Totally there are 3 APIs...xians@chromium.org2012-02-281-1/+15
* Adds input device selection on Windows.henrika@chromium.org2011-12-061-5/+53
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-0/+6
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-131-6/+0
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-131-0/+6
* Adding delay estimation to input audio.xians@chromium.org2011-10-041-0/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-1/+1
* Fix bug when unplugging an audio input device whilst using speech input on Wi...allanwoj@chromium.org2011-06-151-2/+6
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-6/+2
* Simplified AudioOutputStream interface.sergeyu@chromium.org2010-11-111-2/+2
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-6/+6
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-141-0/+216