Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1106)

Unified Diff: media/audio/audio_parameters.h

Issue 551823005: [Hotword] Adding audio parameters to handle audio coming from the DSP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: a little cleanup Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/audio/cras/cras_input.h » ('j') | media/audio/cras/cras_input.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_parameters.h
diff --git a/media/audio/audio_parameters.h b/media/audio/audio_parameters.h
index 03fe043dfadd53e4ae4bf75edc1e9ce5eeadcacf..3cc8ad4d8b7d603a83b7d6cff35439fd1eafd34c 100644
--- a/media/audio/audio_parameters.h
+++ b/media/audio/audio_parameters.h
@@ -51,6 +51,7 @@ class MEDIA_EXPORT AudioParameters {
ECHO_CANCELLER = 0x1,
DUCKING = 0x2, // Enables ducking if the OS supports it.
KEYBOARD_MIC = 0x4,
+ HARDWARE_INPUT = 0x8,
dgreid 2014/09/17 21:16:22 Can HARDWARE_INPUT have a different name? All the
rpetterson 2014/09/17 21:32:00 I'll change it to HOTWORD to mimic the callbacks.
};
AudioParameters();
« no previous file with comments | « no previous file | media/audio/cras/cras_input.h » ('j') | media/audio/cras/cras_input.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698