diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2010-02-09 18:55:56 -0800 |
---|---|---|
committer | Jean-Michel Trivi <jmtrivi@google.com> | 2010-02-09 18:55:56 -0800 |
commit | e9f72c8954f29f10cb4feb16d328a1b5c1fd7169 (patch) | |
tree | 91a67176eca914b3defe801e7fbedf9a594804ba /pico/lib/picodefs.h | |
parent | fb6d3dae347f47107e5767f1ec6e87ed0bf9875a (diff) | |
download | external_svox-e9f72c8954f29f10cb4feb16d328a1b5c1fd7169.zip external_svox-e9f72c8954f29f10cb4feb16d328a1b5c1fd7169.tar.gz external_svox-e9f72c8954f29f10cb4feb16d328a1b5c1fd7169.tar.bz2 |
Patch from SVOX: 1.1.0.2 Engine Release
Issues fixed since 1.1.0.0:
- closing tags not interpreted in some cases where enclosed text
contains a smaller-then sign
- Discontinuities in energy transformation
- Lexicon Access: entry with empty phonetic transcription mistaken
as :G2P in seldom cases
Diffstat (limited to 'pico/lib/picodefs.h')
-rw-r--r-- | pico/lib/picodefs.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pico/lib/picodefs.h b/pico/lib/picodefs.h index 8c24039..24c59bd 100644 --- a/pico/lib/picodefs.h +++ b/pico/lib/picodefs.h @@ -156,11 +156,12 @@ typedef signed int pico_Status; #define PICO_STEP_ERROR (pico_Status) -200 -/* Engine reset modes ***********************************************************/ +/* ********************************************************************/ +/* resetEngine reset modes */ +/* ********************************************************************/ -/* general */ -#define PICO_RESET_FULL (pico_Status) 0 -#define PICO_RESET_SOFT (pico_Status) 0x10 +#define PICO_RESET_FULL 0 +#define PICO_RESET_SOFT 0x10 /* ********************************************************************/ |