Change-Id: Ic7a3cb1d51a56c0374321bd5abe8426b9d06c574
int ma_send_preprocessing_result(bool is_success);
/**
- * @brief Sets the wake word audio require flag.
+ * @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.
+ * 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
*
* @param[in] require The require value to be set
typedef void (*ma_preprocessing_information_changed_cb)(const char* app_id, void* user_data);
/**
- * @brief Called when the section information of audio streaming data is changed.
+ * @brief Called when the section of audio streaming data is changed.
* @since_tizen 5.5
*
* @param[in] section The current section information of audio streaming data