-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: duncanj/java-speech-api
base: master
head repository: venosov/java-speech-api
compare: master
- 14 commits
- 8 files changed
- 4 contributors
Commits on Jun 5, 2013
-
- logger - exception handling - equals and hashCode in GoogleResponse - New Parser with JSON-lib - checking status code, ... - getters - some junit tests - remove obsolete java-speech-api.iml - credits modified - New dependencies: commons-beanutils-1.8.0.jar commons-collections-3.2.1.jar commons-lang-2.5.jar commons-logging-1.1.1.jar ezmorph-1.0.6.jar json-lib-2.4-jdk15.jar
Configuration menu - View commit details
-
Copy full SHA for 3fea632 - Browse repository at this point
Copy the full SHA 3fea632View commit details
Commits on Jul 16, 2013
-
Merge pull request lkuza2#6 from duncanj/master
Added support for multiple responses, profanity filter.
Luke Kuza committedJul 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 0bc6ad5 - Browse repository at this point
Copy the full SHA 0bc6ad5View commit details -
Luke Kuza committed
Jul 16, 2013 Configuration menu - View commit details
-
Copy full SHA for dfea420 - Browse repository at this point
Copy the full SHA dfea420View commit details
Commits on Jul 19, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 73132ee - Browse repository at this point
Copy the full SHA 73132eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b791f64 - Browse repository at this point
Copy the full SHA b791f64View commit details
Commits on Jul 27, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 2b84af4 - Browse repository at this point
Copy the full SHA 2b84af4View commit details -
Added Methods to automatically parse strings to an acceptable length.
Google does not respond to requests longer than 99 characters. Added methods to automatically parse into smaller parse, send them individually, and return a single input stream.
Configuration menu - View commit details
-
Copy full SHA for 9348757 - Browse repository at this point
Copy the full SHA 9348757View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ce1e1 - Browse repository at this point
Copy the full SHA d3ce1e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20bcf7 - Browse repository at this point
Copy the full SHA a20bcf7View commit details -
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<String> to the synthesiser.
Configuration menu - View commit details
-
Copy full SHA for 6c32a42 - Browse repository at this point
Copy the full SHA 6c32a42View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 69751bb - Browse repository at this point
Copy the full SHA 69751bbView commit details
Commits on Jul 28, 2013
-
Configuration menu - View commit details
-
Copy full SHA for dc4bcc0 - Browse repository at this point
Copy the full SHA dc4bcc0View commit details
Commits on Jul 29, 2013
-
Merge pull request #2 from Skylion007/master
Added support for longer strings
Configuration menu - View commit details
-
Copy full SHA for dc1aab2 - Browse repository at this point
Copy the full SHA dc1aab2View commit details
Commits on Aug 28, 2014
-
Configuration menu - View commit details
-
Copy full SHA for afb85f9 - Browse repository at this point
Copy the full SHA afb85f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master