[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/8] added pitch_range to SPDMsgSettings
From: |
Luke Yelavich |
Subject: |
[PATCH 1/8] added pitch_range to SPDMsgSettings |
Date: |
Fri, 24 Oct 2014 14:44:38 -0400 |
From: Hussain Jasim <address@hidden>
To: address@hidden
---
include/speechd_types.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/speechd_types.h b/include/speechd_types.h
index 88055dd..8fddbec 100644
--- a/include/speechd_types.h
+++ b/include/speechd_types.h
@@ -106,6 +106,7 @@ typedef enum {
typedef struct {
signed int rate;
signed int pitch;
+ signed int pitch_range;
signed int volume;
SPDPunctuation punctuation_mode;
--
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 <=
- [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, 2014/10/24
- [PATCH 0/8] Hussain Jasim's pitch range feature addition., Trevor Saunders, 2014/10/25