X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=common%2Ftts_config_parser.h;h=cbe095256329e82534d650facf9c1eb3f763d956;hb=e9fc91ccab8582654e1d583655a72268af21823f;hp=87ba839256af0c02447e1d12e2f71d4e3a8b9ca7;hpb=d51a567825da27f9b904bf00b6220394406e39cd;p=platform%2Fcore%2Fuifw%2Ftts.git diff --git a/common/tts_config_parser.h b/common/tts_config_parser.h index 87ba839..cbe0952 100644 --- a/common/tts_config_parser.h +++ b/common/tts_config_parser.h @@ -54,6 +54,7 @@ typedef struct { int speech_rate; int pitch; bool credential; + double bg_volume_ratio; } tts_config_s; @@ -77,11 +78,15 @@ int tts_parser_set_speech_rate(int value); int tts_parser_set_pitch(int value); +int tts_parser_set_bg_volume_ratio(double value); + int tts_parser_find_config_changed(char** engine, char**setting, bool* auto_voice, char** language, int* voice_type, - int* speech_rate, int* pitch); + int* speech_rate, int* pitch, double* bg_volume_ratio); int tts_parser_copy_xml(const char* original, const char* destination); +int tts_parser_reset(); + #ifdef __cplusplus } #endif