summaryrefslogtreecommitdiffstats
path: root/content/renderer/media/webrtc_audio_device_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Associate audio streams with their source/destination RenderView.miu@chromium.org2012-12-041-1/+0
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-161-345/+83
* Revert 167387 - Break down the webrtc code and AudioInputDevice into a WebRtc...wez@chromium.org2012-11-131-83/+365
* Break down the webrtc code and AudioInputDevice into a WebRtcAudioCapturer.xians@chromium.org2012-11-131-365/+83
* Set supported sampling rate for platforms other than linux, bsd, win and mac.wjia@chromium.org2012-11-071-6/+11
* PeerConnection will setup the call before connecting the audio tag, in this c...xians@chromium.org2012-11-051-10/+4
* Otherwise it will prevent the second renderer connecting to the ADMxians@chromium.org2012-11-011-0/+10
* getUserMedia video-only requests should not fail if no audio input device is ...xians@chromium.org2012-10-301-18/+44
* This allow connection remote stream to audio tag, and enable users to control...xians@chromium.org2012-10-301-103/+49
* Removing the audio_hardware namespace and move the code into the content name...tommi@chromium.org2012-10-231-3/+3
* Move the remaining code in content\renderer that wasn't in the content namesp...jam@chromium.org2012-10-221-3/+3
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-1/+4
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-171-7/+8
* Reland 10907055 which does:xians@chromium.org2012-09-061-4/+2
* Revert 154804 - We need to set the session id to the WebRtcAudioDevice to be ...wjia@chromium.org2012-09-051-2/+4
* We need to set the session id to the WebRtcAudioDevice to be able to use the ...xians@chromium.org2012-09-041-4/+2
* Upgrade AudioBus to support wrapping, interleaving.dalecurtis@chromium.org2012-08-211-14/+6
* Switch AudioRenderSink::Callback to use AudioBus.dalecurtis@chromium.org2012-08-091-15/+13
* Move AudioDevice and AudioInputDevice to media.tommi@chromium.org2012-07-271-1/+2
* First step towards moving AudioDevice and AudioInputDevice from content/ to m...tommi@chromium.org2012-07-261-3/+5
* This CL adds a new factory method called AudioDeviceFactory. It is a template...henrika@chromium.org2012-06-291-11/+13
* Ensures that the user can select 8kHz input sample rate as default rate and s...henrika@chromium.org2012-05-071-1/+5
* Adds WebRTC histogram data to be uploaded as part of UMA logging events.henrika@chromium.org2012-04-111-6/+126
* Merge AudioRendererImpl and AudioRendererBase; add NullAudioSinkvrk@chromium.org2012-04-061-8/+9
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-0/+2
* Change InterleaveFloatToInt16() to work with uint8 and int32vrk@google.com2012-04-021-4/+5
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-2/+0
* Move media/audio files into media namespacevrk@google.com2012-04-021-0/+2
* Adds Analog Gain Control (AGC) to the WebRTC client.henrika@chromium.org2012-03-281-35/+82
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-66/+64
* Added support for 96kHz capture rate on Windows 7 and Mac OS X for WebRTC.henrika@chromium.org2012-02-241-25/+39
* Adds support for 96kHz output sample rate in WebRTC.henrika@chromium.org2012-02-221-4/+8
* Extends error handling for audio capture and rendering.henrika@chromium.org2012-02-131-4/+14
* Roll webrtc 1538 and libjingle 112grunell@chromium.org2012-01-271-20/+0
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-271-1/+5
* Removes invalid DCHECK() calls in the WebRTC ADM.henrika@chromium.org2012-01-241-5/+3
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-191-23/+20
* Fix start/stop of html5 audio stream and race condition when pausing.enal@chromium.org2011-12-211-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-0/+1
* remove the race related to output_delay_ms_ in ADM and races in the unittests.xians@chromium.org2011-12-121-9/+24
* There is a racing between SyncSocket::Receive in audio_thread_ and SyncSocket...xians@chromium.org2011-12-071-4/+6
* Resolves crash related to conflict with latest WebRTC (1008) and the WebRTCAu...henrika@chromium.org2011-11-281-5/+4
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-221-5/+5
* Refactor the Get*Hardware* routines a bit.tommi@chromium.org2011-11-181-12/+4
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-161-96/+125
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-241-24/+45
* ALSA should support 10ms playout buffer size now.xians@chromium.org2011-10-071-3/+3
* remove NewRunnableMethod and switch to base::Bindwjia@chromium.org2011-10-071-3/+3
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-061-2/+2