summaryrefslogtreecommitdiffstats
path: root/media/audio
Commit message (Expand)AuthorAgeFilesLines
* Move decision if we need to use WASAPI or wave out into separate function.enal@chromium.org2011-12-033-8/+26
* Upstream: Media implementation for Android.michaelbai@chromium.org2011-12-025-0/+487
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-12-014-117/+169
* Revert 112147 - Did not get LGTM from all reviewers.enal@chromium.org2011-11-303-163/+113
* Change the way we are sending audio data to driver when using WaveOut API.enal@chromium.org2011-11-303-113/+163
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-3/+5
* Fixes rounding issue in simple sources.henrika@chromium.org2011-11-293-27/+51
* Revert 111890 - This patch ensures that the audio_output_win_unittest works f...henrika@chromium.org2011-11-293-50/+28
* This patch ensures that the audio_output_win_unittest works for AUDIO_PCM_LOW...henrika@chromium.org2011-11-293-28/+50
* Removes call to invalid error handler during audio initialization for Windows...henrika@chromium.org2011-11-282-12/+0
* Expose a way for unit tests to terminate the AudioManager singleton to avoid ...tommi@chromium.org2011-11-252-0/+14
* Call close_timer_.Reset() from StopStreamTask.rnk@google.com2011-11-242-4/+12
* Adds support for capture device enumeration on Windows.henrika@chromium.org2011-11-245-21/+317
* enable the device selection for openbsd too to be in sync with linuxrobert.nagy@gmail.com2011-11-232-3/+3
* Fixes minor issue in unit test where I had used DISABLE_ instead of DISABLED_.scherkus@chromium.org2011-11-231-1/+1
* Add OVERRIDE to media/.avi@chromium.org2011-11-231-6/+7
* Enable the device selection for linux and mac by passing a device unique id f...xians@chromium.org2011-11-2219-78/+144
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-185-22/+116
* Revert 110584 - Make pulseaudio available for all posix platforms and add sup...scherkus@chromium.org2011-11-175-116/+22
* Make pulseaudio available for all posix platforms and add support on OpenBSD.scherkus@chromium.org2011-11-175-22/+116
* Add OVERRIDE to media/.avi@chromium.org2011-11-168-41/+44
* Low-latency AudioOutputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-11-166-17/+1381
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-152-4/+0
* Reland 7976047 to fix the alsa output scheduling for low latency audio.xians@chromium.org2011-11-141-16/+34
* Use a dynamic kNoAudioReadAgainTimeoutMs which is equivalent to half of packe...xians@chromium.org2011-11-101-9/+13
* Implement polling for data becoming ready when starting audio stream.enal@chromium.org2011-11-095-3/+44
* Problem happens because we cannot stop physical stream in arbitrary moment, c...enal@chromium.org2011-11-022-39/+45
* Changing a NOTREACHED to a LOG(WARNING) for cases when a mic isn't connected.tommi@chromium.org2011-10-311-1/+4
* Reland the CL 8162015.xians@chromium.org2011-10-294-61/+171
* This patch will loop through the soundcard and return a list of available dev...xians@chromium.org2011-10-282-8/+130
* Adding input and output delay estimation for mac. xians@chromium.org2011-10-275-25/+287
* Switch from DLOG(INFO) to DVLOG(1) for media/audio/mac/audio_low_latency_inpu...scherkus@chromium.org2011-10-261-13/+14
* Removes an invalid hard-coded sample rate in the low-latencyhenrika@chromium.org2011-10-261-1/+0
* Stop audio streams in all codepaths that need it.fischman@chromium.org2011-10-242-10/+19
* Harden audio output controller making it safe to call Pause() before Play() r...enal@chromium.org2011-10-243-40/+120
* Fixes yet another build error on Windows shared bot.henrika@chromium.org2011-10-242-2/+2
* Fixes build error on Windows shared bot.henrika@chromium.org2011-10-241-1/+2
* Low-latency AudioInputStream implementation based on WASAPI for Windows.henrika@chromium.org2011-10-249-8/+1215
* OpenBSD patches for media, split from CR #8275005robert.nagy@gmail.com2011-10-202-15/+3
* Revert 106513 - The first step to add device selection to linux.garykac@chromium.org2011-10-205-167/+62
* The first step to add device selection to linux.xians@chromium.org2011-10-205-62/+167
* Fix race condition in audio output controller and audio sync reader.enal@chromium.org2011-10-191-0/+8
* Revert r104043, which causes audio not to play smoothly on Chrome OS.enal@chromium.org2011-10-182-44/+23
* Fix playing of 8-bit sample files via webaudio.rtoy@google.com2011-10-181-1/+1
* Fix DCHECK() when running test on Linux.enal@chromium.org2011-10-151-1/+1
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-1315-59/+135
* Revert 105333: OVERRIDE failures on asan - Add a method to the audio manager ...erg@google.com2011-10-1315-137/+61
* Add a method to the audio manager to find out if recording is currently activ...leandrogracia@chromium.org2011-10-1315-61/+137
* Fix problem when we did not play beginning of HTML5 audio stream in low laten...enal@chromium.org2011-10-133-1/+116
* fixing the compilation problem when enable pulse for chrome.xians@chromium.org2011-10-121-1/+3