[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 8/8] added support for configuring DefaultPitchRange
From: |
Luke Yelavich |
Subject: |
[PATCH 8/8] added support for configuring DefaultPitchRange |
Date: |
Fri, 24 Oct 2014 14:44:45 -0400 |
From: Hussain Jasim <address@hidden>
To: address@hidden
---
config/speechd.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/config/speechd.conf b/config/speechd.conf
index f44cab1..feca758 100644
--- a/config/speechd.conf
+++ b/config/speechd.conf
@@ -79,6 +79,12 @@ LogDir "default"
# DefaultPitch 0
+# The DefaultPitchRange controls the pitch range of the synthesized voice. The
+# value must be between -100 (lowest) and +100 (highest), default is
+# 0.
+
+# DefaultPitchRange 0
+
# The DefaultVolume controls the default volume of the voice. It is
# a value between -100 (softly) and +100 (loudly). Currently, +100
# maps to the default volume of the synthesizer.
--
2.1.0
- [PATCH 0/8] Hussain Jasim's pitch range feature addition., Luke Yelavich, 2014/10/24
- [PATCH 1/8] added pitch_range to SPDMsgSettings, Luke Yelavich, 2014/10/24
- [PATCH 2/8] added pitch_range support to the msg_settings system, and defined macros in msg.h, Luke Yelavich, 2014/10/24
- [PATCH 3/8] defined pitch_range functions for the language apis, and added support for setting its value during configuration, Luke Yelavich, 2014/10/24
- [PATCH 4/8] added pitch_range options to spd-say, Luke Yelavich, 2014/10/24
- [PATCH 5/8] implemented pitch_range support for the generic and Espeak modules, Luke Yelavich, 2014/10/24
- [PATCH 6/8] included pitch_range testing for most of the tests (excepting ssml), Luke Yelavich, 2014/10/24
- [PATCH 7/8] updated the documentation to reference pitch_change additions, Luke Yelavich, 2014/10/24
- [PATCH 8/8] added support for configuring DefaultPitchRange,
Luke Yelavich <=
- [PATCH 0/8] Hussain Jasim's pitch range feature addition., Trevor Saunders, 2014/10/25