speechd-discuss
[Top][All Lists]
Advanced

[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




reply via email to

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