From cf4a3893d92981aef10490527085c550049dd4d1 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Mon, 6 Apr 2020 21:06:58 +0900 Subject: [PATCH] Add more description for ma_set_wake_word_audio_require_flag() Change-Id: I2eece61eea5391b7a8f5a430d1b614da35b19deb --- include/multi_assistant.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/multi_assistant.h b/include/multi_assistant.h index 55d2704..dcfa0ae 100644 --- a/include/multi_assistant.h +++ b/include/multi_assistant.h @@ -642,7 +642,9 @@ int ma_send_preprocessing_result(bool is_success); /** * @brief Sets whether multi-assistant service should send wake word audio data. - * @details If set to true, wake word audio data will be included in audio streaming data. + * @details If set to true, wake word audio data will be included in audio streaming data.
+ * The wake word is the way you initiate a conversation with your vocal assistant. + * It is a predefined keyword automatically detected from continuously streaming audio.
* Use ma_set_audio_streaming_data_section_changed_cb() to be informed about * switching between wake word and regular audio data. * @since_tizen 5.5 -- 2.34.1