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

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: put call to add stream in else statement 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.cc » ('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..b636ccde0279c350421760e9a7dd4937ec2ce6e2 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,
+ HOTWORD = 0x8,
};
AudioParameters();
« no previous file with comments | « no previous file | media/audio/cras/cras_input.h » ('j') | media/audio/cras/cras_input.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698