summaryrefslogtreecommitdiffstats
path: root/media/audio/linux
Commit message (Expand)AuthorAgeFilesLines
* Removed the IsRecordingInProcess check for speech since it is not needed.xians@chromium.org2013-06-051-6/+0
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-051-3/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-033-4/+7
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-033-7/+4
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-033-4/+7
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-313-7/+4
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-313-4/+7
* Improved AGC update scheme for the audio backend in Chrome.henrika@chromium.org2013-05-282-3/+6
* media: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-242-2/+2
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-231-1/+1
* Use base::MessageLoop in media code.xhwang@chromium.org2013-04-223-7/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Add vector_math::FMUL. Replace audio_util::AdjustVolume.dalecurtis@chromium.org2013-04-081-7/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-071-1/+1
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-1/+3
* Revert pure ALSA buffer size to 2048.dalecurtis@chromium.org2013-03-281-1/+1
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-233-3/+3
* The proper review is in https://codereview.chromium.org/12310101/.xians@chromium.org2013-03-131-4/+14
* Revert 187677 "This patch enables pulse as the default IO handli..."sail@chromium.org2013-03-121-14/+8
* This patch enables pulse as the default IO handling in Chrome.xians@chromium.org2013-03-121-8/+14
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-072-20/+49
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-072-45/+21
* Moved AudioUtil static functions:xians@chromium.org2013-03-052-21/+45
* Adding pulseaudio input support to chrome.xians@chromium.org2013-02-222-26/+35
* Use microseconds instead of milliseconds for integer audio math.dalecurtis@google.com2013-02-222-15/+13
* Style cleanup: const char* -> const char ... [].dalecurtis@chromium.org2013-02-222-2/+2
* Re-land AudioManagerCras change after rebase.dgreid@chromium.org2013-02-208-1341/+9
* Revert 183140nkostylev@chromium.org2013-02-198-9/+1341
* Break down AudioManagerLinux cras code to AudioManagerCras to remove the if-s...xians@chromium.org2013-02-188-1341/+9
* Remove CanShowAudioInputSettings().dalecurtis@google.com2013-02-152-19/+0
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-3/+3
* Reduce Linux low latency buffer size to 512.dalecurtis@google.com2013-02-073-129/+101
* Revert 181105vitalybuka@chromium.org2013-02-073-99/+130
* Reduce Linux low latency buffer size to 512.dalecurtis@chromium.org2013-02-073-130/+99
* Enable renderer side mixing on Linux!dalecurtis@chromium.org2013-01-241-6/+1
* Linux: make AudioManagerLinux::ShowAudioInputSettings work on Unity.phajdan.jr@chromium.org2013-01-031-7/+21
* Revert 172385dbeam@chromium.org2012-12-111-36/+41
* Let ALSA enumerate audio devices rather than iterating over physical devices.wez@chromium.org2012-12-111-41/+36
* Unify AudioParameter validiation checks in AudioRendererAlgorithm.dalecurtis@chromium.org2012-11-221-13/+2
* When a new device is plugged in, the enumeration API will fail on detecting t...xians@chromium.org2012-11-151-10/+0
* The warning message is xians@chromium.org2012-11-101-6/+3
* Fix hang in AlsaPcmOutputStreamTest.StartStop test.dalecurtis@chromium.org2012-11-081-1/+5
* cras_output: Treat negative latency as 0.chihchung@chromium.org2012-10-311-2/+9
* Replace AudioManager::Init() with InitializeOnAudioThread().dalecurtis@chromium.org2012-10-232-9/+2
* Use ChannelMixer where applicable. Remove FoldChannels.dalecurtis@chromium.org2012-10-203-32/+36
* Cleanup: IWYU for base/time.h. Also fix misc lint errors.thestig@chromium.org2012-10-101-1/+0
* It seems PcmReadi() is often gives out more than 1 packets and this destroy t...xians@chromium.org2012-10-081-3/+1
* It seems that snd_pcm_hw_params_set_* API does not work well any more in the ...xians@chromium.org2012-10-021-66/+7