Change-Id: Ifc99b3dcfe0383c9f2f7118711b579707b0fd599
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
g_wait_timer = ecore_timer_add(0.05, __wait_synthesis, NULL);
}
+ if (ttsd_get_synth_control() == TTSD_SYNTHESIS_CONTROL_DOING) {
+ int ret = vconf_set_bool(TTS_PLAYING_STATUS_KEY, 1);
+ SLOG(LOG_INFO, tts_tag(), "[Server] Synthesis starting. Set playing status (True). ret(%d)", ret);
+ }
+
free(credential);
credential = NULL;
ttsd_data_clear_speak_data(&speak_data);