speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] change defaultvolume in speechd.conf


From: Halim Sahin
Subject: [PATCH] change defaultvolume in speechd.conf
Date: Thu, 30 Sep 2010 01:34:39 +0200

Change default volume to 0

Using the maximum value in speechd.conf  for the default volume forces
users to specify the value in every call to eg. spd-say.
-100 ... +100 are possible so 0 would be a good choice.

diff --git a/config/speechd.conf b/config/speechd.conf
index a230785..5aff367 100644
--- a/config/speechd.conf
+++ b/config/speechd.conf
@@ -85,7 +85,7 @@ LogDir  "default"
 # a value between -100 (softly) and +100 (loudly).  Currently, +100
 # maps to the default volume of the synthesizer.
 
-DefaultVolume 100
+DefaultVolume 0
 
 # The DefaultVoiceType controls which voice type should be used by
 # default.  Voice types are symbolic names which map to particular
-- 
Halim Sahin
E-Mail:                         
halim.sahin (at) t-online.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]