summaryrefslogtreecommitdiffstats
path: root/chromeos/audio
Commit message (Expand)AuthorAgeFilesLines
* [Hotword] Implement IsHotwordHardwareAvailable() using device types.rlp2014-12-292-0/+6
* app_shell: Use real audio preferences and save them to local statejamescook2014-12-194-29/+31
* Revert "[Hotword] Implement IsHotwordHardwareAvailable() using device types."oshima2014-12-182-6/+0
* cros: Move AudioDevicesPrefHandlerImpl to //chromeos/audiojamescook2014-12-184-4/+473
* [Hotword] Implement IsHotwordHardwareAvailable() using device types.rlp2014-12-162-0/+6
* Reset the active audio node id once all of the devices are gone.mukai2014-11-242-7/+44
* Fix the hotrod active audio node selection issue caused by the change in exte...jennyz2014-11-053-138/+541
* Rename CrasAudioClientStubImpl to FakeCrasAudioClientsatorux2014-10-271-9/+9
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-063-24/+24
* Flip the left/right speaker when the device is in yoga mode.jennyz2014-10-022-0/+19
* Supports multiple active input/output audio nodes in CrasAudioHandler.jennyz2014-09-253-220/+586
* Changing the order of initialization WeakPtrFactorymohan.reddy2014-09-112-3/+4
* app_shell: Do simple audio initialization.derat2014-08-293-43/+49
* Part 3: Merged FakedDBusThreadManager with DBusThreadManager.zelidrag2014-08-271-1/+1
* Implementated corner passthrough when touch explorationlisayin@chromium.org2014-08-141-1/+4
* Add keyboard mic APIshychao@chromium.org2014-07-295-1/+78
* Added side slide gestures to touch exploration controller.lisayin@chromium.org2014-07-242-2/+2
* Revert 284819 because it introduces leaks in TestingBoundaries andsadrul@chromium.org2014-07-232-2/+2
* Added side slide gestures to touch exploration controller.lisayin@chromium.org2014-07-232-2/+2
* Change audio input mute changing log to VLOG.jennyz@chromium.org2014-05-221-17/+10
* Do not persist audio input device's mute state in prefs.jennyz@chromium.org2014-04-222-40/+28
* Add log for recording calls for setting audio input mute/unmute.jennyz@chromium.org2014-04-191-3/+23
* Spoken feedback sounds for user photo capture/discard at image picker screen ...merkulova@chromium.org2014-02-261-0/+2
* Resubmit 'Refactor the TrayAudio code so that it can be used by other platfor...zturner@chromium.org2014-02-192-0/+7
* Revert 251959 "Refactor the TrayAudio code so that it can be use..."earthdok@chromium.org2014-02-192-7/+0
* Refactor the TrayAudio code so that it can be used by other platforms.zturner@chromium.org2014-02-192-0/+7
* Enabled by default system's volume adjust sound.ygorshenin@chromium.org2014-02-111-1/+2
* Modify logic of CrasAudioHandler::NonActiveDeviceUnpluggedhychao@chromium.org2014-01-232-1/+175
* Added volume adjust sound behind the flag. Partially based on https://coderev...ygorshenin@chromium.org2014-01-161-1/+2
* Fixed sounds registration in SoundsManager.ygorshenin@chromium.org2013-12-111-0/+23
* Fix the inconsitent active audio node issue caused by multiple NodesChanged s...jennyz@chromium.org2013-09-183-10/+224
* Fix the bluetooth audio device id changing on the fly issue and the active de...jennyz@chromium.org2013-09-173-1/+77
* Reduce chrome cras dbus call logs during device rebooting. cras server won't ...jennyz@chromium.org2013-09-132-13/+70
* Fix the wrong output device switching caused by an input device being plugged...jennyz@chromium.org2013-09-093-3/+88
* Set up hdmi output device default volume to 100.jennyz@chromium.org2013-09-096-30/+26
* Remove input gain switching and sanity checks.rkc@chromium.org2013-08-221-9/+13
* Clear all other input/output audio devices' active status before switching to...jennyz@chromium.org2013-08-162-7/+64
* Don't switch to the high priority audio device if user has set a lower priori...jennyz@chromium.org2013-08-153-3/+109
* Use device_name to create the device string id for storing audio preferences....jennyz@chromium.org2013-08-142-0/+5
* Consolidate AudioPrefHandler code into AudioDevicesPrefHandler, and remove th...jennyz@chromium.org2013-08-011-61/+0
* Remove the useless OutputMuteChanged and InputMuteChanged overidden from Cras...jennyz@chromium.org2013-08-012-16/+0
* Remove old audio handler code.jennyz@chromium.org2013-08-011-3/+9
* c++11 ud suffix fixes for cros dbus filesthakis@chromium.org2013-07-311-1/+1
* Add test coverage for CrasAudioHandler.jennyz@chromium.org2013-07-298-125/+1223
* Fix crash in CrasAudioHandler::GetActiveOutputDevice if there are no devicesspang@chromium.org2013-07-261-1/+1
* Enable audio selection menu by default and fix unitializated memory issue in ...jennyz@chromium.org2013-07-181-0/+2
* Fix the issue of switching active audio device from ash tray menu.jennyz@chromium.org2013-07-134-21/+12
* Migrate to use SetOutputNodeVolume and SetInputNodeGain cras apis. jennyz@chromium.org2013-07-123-97/+64
* Integrate cras audio dbus api changes for transiting from SetOyutputMute to S...jennyz@chromium.org2013-06-291-1/+1
* Use device_name + node_id to index devices in preferences.rkc@chromium.org2013-06-205-43/+86