summaryrefslogtreecommitdiffstats
path: root/media/audio/linux/audio_manager_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-021-6/+34
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-021-1/+1
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-311-22/+12
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-251-26/+7
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-241-7/+26
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-241-26/+7
* Add a fake audio input stream for testing purposes.satish@chromium.org2010-07-151-0/+6
* Add recording capability to AudioManager, and implemented on windows using th...satish@chromium.org2010-07-141-1/+16
* Rename a header and some methods to make way for subsequent audio recording a...satish@chromium.org2010-07-121-6/+7
* Some fixups for AudioController and unit testshclam@chromium.org2010-06-221-0/+6
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-2/+5
* Move Alsa device opening into the audio thread, and add in support for multi-...ajwong@chromium.org2009-10-161-8/+10
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-211-4/+9
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-041-10/+28
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@google.com2009-07-221-11/+10
* Revert r21137 to fix Chromium mac valgrindhclam@chromium.org2009-07-211-10/+11
* Refactoring to share MockAudioOutputStream implementations across 3 platformshclam@chromium.org2009-07-211-11/+10
* Change default audio device from "plug:default" to "default".ajwong@chromium.org2009-05-271-1/+1
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-3/+64
* Revert r16622estade@chromium.org2009-05-211-64/+3
* Reapply http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-3/+64
* Revert http://codereview.chromium.org/115276ajwong@chromium.org2009-05-211-64/+3
* This iteration creates one message loop per audio output stream that is respo...ajwong@chromium.org2009-05-211-3/+64
* Construct AudioRendererHost in BrowserRendererProcessHost, also constructhclam@chromium.org2009-02-111-0/+10