Fix volume conversion parameter to 100 for better readability 38/306438/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 19 Feb 2024 06:15:39 +0000 (15:15 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 21 Feb 2024 10:00:45 +0000 (19:00 +0900)
Change-Id: I97802a658d60344b30efcefaa469d03328e731da
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/tts_config_parser.c
tts-config.xml

index eb1f1030618738859dd0524fd51fc0602d80c7d7..dad135e7518f4a8d074048f445db593131cd2900 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>