From 6c32a421f200fb6895eb128ce2bdc4c10b8fba00 Mon Sep 17 00:00:00 2001 From: Skylion007 Date: Sat, 27 Jul 2013 16:32:34 -0400 Subject: Added methods to allow for strings of lengths 100 and greater. Added separates a large string into smaller chunks so that Google will issue a response, sends those string fragments, and then combines the responses into one coherent input stream. Also added support to send List to the synthesiser. --- src/com/darkprograms/speech/synthesiser/Synthesiser.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/darkprograms/speech/synthesiser/Synthesiser.java b/src/com/darkprograms/speech/synthesiser/Synthesiser.java index 78884ae..7182e6c 100644 --- a/src/com/darkprograms/speech/synthesiser/Synthesiser.java +++ b/src/com/darkprograms/speech/synthesiser/Synthesiser.java @@ -116,5 +116,6 @@ public class Synthesiser { return i; } } + return -1; } } -- cgit v1.2.3