Skip to content

Commit e03623f

Browse files
committed
Some doco on the sample app, getting a Google API key and publishing as a maven artifact
1 parent dc199b2 commit e03623f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ The API currently provides the following functionality,
2323
* Wave to FLAC API (Wrapped around the used API in the project, javaFlacEncoder, see CREDITS)
2424
* A translator using Google Translate (courtesy of Skylion's Google Toolkit)
2525

26+
##Notes
27+
28+
To get access to the Google API, you need an API key. To get this, you need to follow the instructions here:
29+
* https://stackoverflow.com/questions/26485531/google-speech-api-v2
30+
31+
Info on how to publish this library as a Maven artifact can be found here:
32+
* http://datumedge.blogspot.co.uk/2012/05/publishing-from-github-to-maven-central.html
33+
34+
A sample application using this library can be found here:
35+
* https://github.com/amplexus/java-speech-api-demo
36+
2637
##Changelog
2738
See CHANGELOG.markdown for Version History/Changelog
2839

0 commit comments

Comments
 (0)