From: Ji-hoon Lee Date: Mon, 6 Apr 2020 12:06:58 +0000 (+0900) Subject: Add more description for ma_set_wake_word_audio_require_flag() X-Git-Tag: submit/tizen_5.5/20200410.013332~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F229927%2F1;p=platform%2Fcore%2Fuifw%2Fmulti-assistant.git Add more description for ma_set_wake_word_audio_require_flag() Change-Id: I2eece61eea5391b7a8f5a430d1b614da35b19deb --- 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