Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/java-speech-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkylion007 <dragonsrcool.aaron@gmail.com>2013-07-28 00:35:42 +0400
committerSkylion007 <dragonsrcool.aaron@gmail.com>2013-07-28 00:35:42 +0400
commit69751bb61139b9678ecdee35398b27bd534e5ab6 (patch)
tree0e3d7fe634c0138579f2e33619feec0a326f90ac
parent6c32a421f200fb6895eb128ce2bdc4c10b8fba00 (diff)
Added methods to allow for strings of lengths 100 and greater.
Also added an option to send strings in the form of lists to Google and get a single response.
-rw-r--r--src/com/darkprograms/speech/synthesiser/Synthesiser.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/darkprograms/speech/synthesiser/Synthesiser.java b/src/com/darkprograms/speech/synthesiser/Synthesiser.java
index 7182e6c..1f89ba1 100644
--- a/src/com/darkprograms/speech/synthesiser/Synthesiser.java
+++ b/src/com/darkprograms/speech/synthesiser/Synthesiser.java
@@ -10,8 +10,7 @@ import java.util.List;
/**
* Synthesiser class that connects to Google's unoffical API to retreive data
*
- * @author Luke Kuza
- * @author Aaron Gokaslan (String parsing Methods)
+ * @author Luke Kuza, Aaron Gokaslan (Skylion)
*/
public class Synthesiser {