Issue : Two voice guide genders are working simultaneously while Voice gender selection feature is not even present.
Solution : Change of default voice type from NONE to FEMALE
Change-Id: I8650a6f515fb2ab51e77ae2dba121d14680f0c0e
return TTS_CONFIG_ERROR_OPERATION_FAILED;
}
- tts_config_voice_s* voice = __get_voice_info(engine_info, TTS_BASE_LANGUAGE, TTS_CONFIG_VOICE_TYPE_NONE);
+ tts_config_voice_s* voice = __get_voice_info(engine_info, TTS_BASE_LANGUAGE, TTS_CONFIG_VOICE_TYPE_FEMALE);
if (NULL == voice) {
/* Not support base language */
GSList *iter_voice = g_slist_nth(engine_info->voices, 0);