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:
authorLuke Kuza <admin@dark-programs.com>2012-01-10 08:01:06 +0400
committerLuke Kuza <admin@dark-programs.com>2012-01-10 08:01:06 +0400
commita914d0935bd650146cccd7952190b2aa93b049f7 (patch)
tree289259a69aff882bde6ea4cdf384eb93355b917c
parent42673e55b4408a2879c38d54b7047b4c5c0acbc0 (diff)
Added CHANGELOG, CREDITS, and README files
-rw-r--r--CHANGELOG.markdown9
-rw-r--r--CREDITS.markdown29
-rw-r--r--README.markdown14
3 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
new file mode 100644
index 0000000..824652d
--- /dev/null
+++ b/CHANGELOG.markdown
@@ -0,0 +1,9 @@
+#Java-Speech-API Example Changelog
+
+##Changelog
+Changelog corresponds with the Program Version of the example source for the API.
+Since there will be no tagging for the example code, the git commit log will provide
+major changes. Also will be tracked here.
+
+* Version 1.00
+ * Initial Release \ No newline at end of file
diff --git a/CREDITS.markdown b/CREDITS.markdown
new file mode 100644
index 0000000..c6a64e7
--- /dev/null
+++ b/CREDITS.markdown
@@ -0,0 +1,29 @@
+#Java-Speech API Credits
+
+##Credits
+The following people/organizations have helped provide functionality for the API,
+
+* JavaFlacEncoder Project
+ * Provided functionality to convert Wave files to FLAC format
+ * This allowed for the FLAC audio to be sent to Google to be "recognized"
+ * Created by Preston Lacey
+ * Homepage: http://sourceforge.net/projects/javaflacencoder/
+* Google
+ * Provided functionality for two main API functions
+ * Recognizer
+ * Allows for speech audio to be recognized to text
+ * Synthesiser
+ * Allows for text to speech translation
+ * Homepage: http://google.com
+
+I would like to thank the above so much for your work, this wrapper/API could not have been
+created without it.
+
+#Java-Speech API Example Credits
+
+##Credits
+The following people/organizations have helped provide functionality for the API example,
+
+* AePlayWave class
+ * Provided functionality to play the MP3 audio received from Google
+ * Probable homepage: http://www.anyexample.com/programming/java/java_play_wav_sound_file.xml \ No newline at end of file
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..fba08e9
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,14 @@
+#Java-Speech-API Example Code
+
+This branch contains code for the example for the Java-Speech API
+
+## Description
+The example is updated regulalary to contain EVERY feature of the most current
+stable API release. This API does not contain required libraries to compile/run.
+You must include this API(java-speech-api) and the JLayer API
+
+##Changelog
+See CHANGELOG.markdown for Version History/Changelog
+
+##Credits
+See CREDITS.markdown for Credits