set default value for speech rate
authorshy81.shin <shy81.shin@samsung.com>
Wed, 27 Mar 2013 01:52:59 +0000 (10:52 +0900)
committershy81.shin <shy81.shin@samsung.com>
Wed, 27 Mar 2013 01:52:59 +0000 (10:52 +0900)
packaging/org.tizen.setting.spec

index 8d8bc40..f28adb4 100755 (executable)
@@ -196,7 +196,7 @@ GOPTION="-g 6514"
 #resetDisplay
        #backlight
 # Set backlight timeout to dim display on all platforms except emulator
-# 0 sec : unlimited time 
+# 0 sec : unlimited time
 # 600 sec : 10 min
 %if 0%{?simulator}
        vconftool $GOPTION set -t int db/setting/lcd_backlight_normal "600"
@@ -285,6 +285,7 @@ GOPTION="-g 6514"
        #vconftool $GOPTION set -t int db/setting/accessibility/font_style "0"
        vconftool $GOPTION set -t string db/setting/accessibility/font_name "HelveticaNeue"
        vconftool $GOPTION set -t bool db/setting/accessibility/tts "0"
+       vconftool $GOPTION set -t int db/setting/accessibility/speech_rate "2"
 
        vconftool $GOPTION set -t bool db/setting/accessibility/torch_light "0"
        vconftool $GOPTION set -t bool db/setting/accessibility/mono_audio "0"