[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 2/8] added pitch_range support to the msg_settings system, and de
From: |
Luke Yelavich |
Subject: |
[PATCH 2/8] added pitch_range support to the msg_settings system, and defined macros in msg.h |
Date: |
Fri, 24 Oct 2014 15:39:24 -0400 |
On Fri, Oct 24, 2014 at 02:44:39PM EDT, Luke Yelavich wrote:
> index 4d9d2e5..5756b5d 100644
> --- a/src/server/msg.h
> +++ b/src/server/msg.h
> @@ -28,31 +28,32 @@
> #define OK_PRIORITY_SET "202 OK PRIORITY SET\r\n"
> #define OK_RATE_SET "203 OK RATE SET\r\n"
> #define OK_PITCH_SET "204 OK PITCH SET\r\n"
> -#define OK_PUNCT_MODE_SET "205 OK PUNCTUATION SET\r\n"
> -#define OK_CAP_LET_RECOGN_SET "206 OK CAP LET
> RECOGNITION SET\r\n"
> -#define OK_SPELLING_SET "207 OK SPELLING
> SET\r\n"
> -#define OK_CLIENT_NAME_SET "208 OK CLIENT NAME SET\r\n"
> -#define OK_VOICE_SET "209 OK VOICE SET\r\n"
> -#define OK_STOPPED "210 OK STOPPED\r\n"
> -#define OK_PAUSED "211 OK PAUSED\r\n"
> -#define OK_RESUMED "212 OK RESUMED\r\n"
> -#define OK_CANCELED "213 OK CANCELED\r\n"
> -#define OK_TABLE_SET "215 OK TABLE SET\r\n"
> -#define OK_OUTPUT_MODULE_SET "216 OK OUTPUT MODULE
> SET\r\n"
> -#define OK_PAUSE_CONTEXT_SET "217 OK PAUSE CONTEXT
> SET\r\n"
> -#define OK_VOLUME_SET "218 OK VOLUME SET\r\n"
> -#define OK_SSML_MODE_SET "219 OK SSML MODE SET\r\n"
> -#define OK_NOTIFICATION_SET "220 OK NOTIFICATION SET\r\n"
> -
<Snip>
Whoops, forgot to fix this up, but as previously pointed out, this is a bad
idea. If we accept this feature, I will fix this myself as previously stated.
Luke
- [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 2/8] added pitch_range support to the msg_settings system, and defined macros in msg.h,
Luke Yelavich <=
- [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