Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding IBM Watson STT/TTS #669

Open
wants to merge 1 commit into
base: jasper-dev
Choose a base branch
from
Open

Adding IBM Watson STT/TTS #669

wants to merge 1 commit into from

Conversation

huhlig
Copy link

@huhlig huhlig commented Mar 15, 2018

Adding IBM Watson Speech To Text and Text To Speech Support. You can Sign up for

Sign up for Speech to Text at: https://console.bluemix.net/catalog/services/speech-to-text
Sign up for Text to Speech at: https://console.bluemix.net/catalog/services/text-to-speech

~/.jasper/profile.yml

tts_engine: watson-tts
stt_engine: watson-stt
watson_tts:
  username: <Service Instance Username>
  password: <Service Instance Password>
watson_stt:
  username: <Service Instance Username>
  password: <Service Instance Password>

@TuxSeb
Copy link

TuxSeb commented Jun 3, 2018

Hello,

I used your work to merge it in a Jasper fork I created called OVIA (Open Vocal Intelligent Assistant)
Thanks a lot ! 👍 🙏

https://github.com/TheOVIAproject/OVIA

NaomiProject/Naomi#54

Seb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants