Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.34 KB

File metadata and controls

34 lines (27 loc) · 1.34 KB

#Java-Speech API Credits

##Credits The following people/organizations have helped provide functionality for the API,

  • JavaFlacEncoder Project
  • 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,