summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.h
Commit message (Expand)AuthorAgeFilesLines
* Move a bunch of code in content\renderer to the content namespace.jam@chromium.org2012-10-191-9/+10
* Move ChannelLayout into media namespace.dalecurtis@google.com2012-10-171-2/+2
* Clean up scoped_com_initializer.h, primarily by removing #ifdefs for non-Wind...pkasting@chromium.org2012-10-011-7/+12
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-4/+2
* Fix client-side phishing detection test flakiness and ChromeOS failure.bryner@chromium.org2012-06-051-0/+4
* Simplify how Content*Client interfaces are created. Instead of depending on t...jam@chromium.org2012-06-051-2/+2
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-2/+2
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-04-111-0/+4
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-2/+5
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-5/+2
* Move media/audio files into media namespacevrk@google.com2012-04-021-2/+5
* Revert 130019 - Enable the webrtc audio tests on the build bots that have aud...mattm@chromium.org2012-03-311-4/+0
* Enable the webrtc audio tests on the build bots that have audio hardware.tommi@chromium.org2012-03-311-0/+4
* Make AudioParameters a class instead of a structvrk@google.com2012-03-211-6/+7
* Adds input volume control support for Windows platforms.henrika@chromium.org2012-03-061-2/+4
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-1/+1
* Make content::ResourceContext be a real interface like the rest of the Conten...jam@chromium.org2012-02-091-1/+2
* Adds support for 16kHz input sample rate and mono channel config. in WebRTC.henrika@chromium.org2012-01-191-0/+2
* Add thread safety to AudioManagerBase to protect access to the audio thread m...tommi@chromium.org2012-01-191-2/+2
* Remove the AudioManager singleton.tommi@chromium.org2011-12-121-17/+5
* Refactor the Get*Hardware* routines a bit.tommi@chromium.org2011-11-181-3/+1
* Add OVERRIDE to content/.avi@chromium.org2011-11-171-5/+5
* Adds more unit tests for WebRTC.henrika@chromium.org2011-11-161-2/+0
* Add support for audio capture devices. Previously only output was supported.tommi@chromium.org2011-11-111-1/+10
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-1/+2
* Add a COM initializer for the IO thread to accomodate the WASAPI changes and ...tommi@chromium.org2011-11-101-0/+11
* First unit tests for WebRTCAudioDevice.tommi@chromium.org2011-11-091-0/+190