Fix volume conversion parameter to 100 for better readability 41/306241/3
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 19 Feb 2024 06:15:39 +0000 (15:15 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 19 Feb 2024 06:23:25 +0000 (15:23 +0900)
Change-Id: I97802a658d60344b30efcefaa469d03328e731da
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/tts_config_parser.c
tts-config.xml

index c2e645ff1b3a68a23c4f1a228eba71ddbf40d9dd..e9cf157920540aeec25324a44a35b46ac57470d8 100644 (file)
@@ -45,7 +45,7 @@
 #define TTS_TAG_VOICE_TYPE_CHILD       "child"
 
 #define TTS_MAX_TEXT_SIZE      2000
-#define VOLUME_BASE_VALUE      1000.0
+#define VOLUME_BASE_VALUE      100.0
 
 static xmlDocPtr g_config_doc = NULL;
 char g_engine_id[128] = {0,};
index 1323564f85867af66b88fd840e27fb5a8476b3f1..b95776425727cc9136bc208e67c88756ad2c1a35 100644 (file)
@@ -7,5 +7,5 @@
         <voice-type>female</voice-type>
         <speech-rate>8</speech-rate>
         <pitch>8</pitch>
-        <background-volume-ratio>400</background-volume-ratio>
+        <background-volume-ratio>40</background-volume-ratio>
 </tts-config>