1
votes

I have created a watson chatbot with conversation, STT and TTS services from below node.js code,

https://github.com/mirkorodriguez/ibm-watson-conversation-full

I have used my English language conversation, STT and TTS services , I am able to get the proper responses back from conversation but when i click on microphone and speak in English, the application is taking the input as Spanish language and responding back with Spanish. Please let me know what needs to be changed to get english language instead of spanish enter image description hereinput.below is the screenshot for the same.

1
hi All, any idea about what is causing the issue ? - user2319726

1 Answers

0
votes

That will be because the sample that you are using will have hard-coded the language to be Spanish. It looks like the sample you are pointing at is actually a clone of the Standard Car Dashboard demo, which is in English, so all you need to do is go to the original sample.

If you do want to change the language, then how to is encapsulated in the forum entry here - https://developer.ibm.com/answers/questions/447834/change-the-text-to-speech-voice-to-frensh-in-the-c.html?childToView=447992#answer-447992