summaryrefslogtreecommitdiffstats
path: root/media/audio/pulse
Commit message (Expand)AuthorAgeFilesLines
* Delay back to back PulseAudio write request callbacks.dalecurtis@chromium.org2014-08-012-15/+40
* Switch the input code to use AudioBlockFifo.xians@chromium.org2014-07-212-24/+16
* Fix most GN clang errors.brettw@chromium.org2014-07-171-0/+2
* Always use the native sample rate for Pulse.dalecurtis@chromium.org2014-06-231-4/+1
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-194-10/+18
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-174-18/+10
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-174-10/+18
* generate_stubs: Allow // comments as well as the existing #.rsesek@chromium.org2014-06-131-6/+6
* add audio-buffer-size command line flag support to the input audio for all th...xians@chromium.org2014-05-201-2/+7
* Use larger buffer sizes for lower power on Linux.dalecurtis@chromium.org2014-04-171-3/+8
* Remove unnecessary output spam from pulse audioenne@chromium.org2014-04-121-4/+4
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-3/+1
* Implement hook to change audio output device for PulseAudio.grunell@chromium.org2014-02-136-9/+27
* Reland 153623004: Remove the unified IO code on the browserxians@chromium.org2014-02-134-396/+6
* Revert 249790 "Remove the unified IO code on the browser."skobes@google.com2014-02-074-6/+396
* Remove the unified IO code on the browser.xians@chromium.org2014-02-074-396/+6
* Build fix when use_alsa=0.joone.hur@intel.com2014-02-061-0/+4
* Replace MessageLoopProxy with SingleThreadTaskRunner for the rest of media/.scherkus@chromium.org2014-01-072-16/+16
* Remove an unused OnClose() method from AudioInputCallback.tommi@chromium.org2013-12-181-3/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+1
* Revert 240548 "Enable platform echo cancellation through the Aud..."hashimoto@chromium.org2013-12-131-1/+1
* Enable platform echo cancellation through the AudioRecord path.ajm@chromium.org2013-12-131-1/+1
* Plumb AudioLog support into AudioManager.dalecurtis@chromium.org2013-12-042-6/+7
* Support use_alsa==0 on Linuxspang@chromium.org2013-11-281-2/+2
* Remove the last vestiges of audio_util.dalecurtis@chromium.org2013-10-011-1/+0
* Implement GetAudioOutputDevices for remaining platforms, consolidate tests.joi@chromium.org2013-09-161-4/+4
* Add AudioManager::GetAudioOutputDeviceNames and implement for pulseaudio.joi@chromium.org2013-09-052-17/+31
* Add the necessary scaffolding to allow creation of non-default audio output d...tommi@chromium.org2013-09-032-1/+9
* Prevent sending 0 as volume to AGC at the beginning of the audio stream.xians@chromium.org2013-08-011-2/+4
* Implement the HasAudioOutputDevices() and HasAudioInputDevices() for Pulse to...xians@chromium.org2013-08-013-13/+40
* Update include paths in media/audio for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Use a direct include of the message_loop header in media/.avi@chromium.org2013-07-182-2/+2
* Use a direct include of time headers in media/.avi@chromium.org2013-06-282-2/+2
* Add some error information to Pulse startup failure.dalecurtis@chromium.org2013-06-081-8/+5
* Privitize WaitTillDataReady() and DataReady().dalecurtis@chromium.org2013-06-053-4/+1
* Try relanding this CL, the original CL passed the try bots but failed the mac...xians@chromium.org2013-06-034-11/+20
* Revert 203686 "Trying relanding this CL, the original CL passed ..."xians@chromium.org2013-06-034-20/+11
* Trying relanding this CL, the original CL passed the try bots but failed the ...xians@chromium.org2013-06-034-11/+20
* Revert 203427 "Hook up the device selection to the WebAudio live..."justinlin@chromium.org2013-05-314-20/+11
* Hook up the device selection to the WebAudio live audio.xians@chromium.org2013-05-314-11/+20
* Improved AGC update scheme for the audio backend in Chrome.henrika@chromium.org2013-05-282-5/+8
* Allow sample rate pass through on Linux.dalecurtis@google.com2013-05-242-4/+8
* Add vector_math::FMUL. Replace audio_util::AdjustVolume.dalecurtis@chromium.org2013-04-082-6/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in media/ and webkit/.dcheng@chromium.org2013-04-072-2/+2
* Added the unified IO on Linux.xians@chromium.org2013-03-288-194/+606
* Linux: add an option to link pulseaudio directly (DT_NEEDED).phajdan.jr@chromium.org2013-03-261-1/+6
* Fixed the media_unittests for pulseaudio.xians@chromium.org2013-03-262-15/+16
* Remove unused parameter to OnError()jrummell@chromium.org2013-03-232-6/+5
* Reland r186180 after fixing the --audio-buffer-size flag and cras issue.xians@chromium.org2013-03-072-17/+44
* Revert 186180 "Moved AudioUtil static functions:"hshi@chromium.org2013-03-072-39/+18