Questions tagged [watson-text-to-speech]

This should only be used to address IBM Watson text to speech. This shouldn't be used to address other text to speech engines and shouldn't be used to address other IBM Watson products.

22 questions
0
votes
0 answers

Can I use Watson Text to Speech in videos?

I'm looking for a text to speech solution to use in commercial and technical videos. I've tried the Watson Text to Speech demo and it looks great. However, I'm not looking to use it within an application but only to add speech in commercial and…
Thomas
  • 11
  • 2
0
votes
1 answer

Trying to make a Watson IBM assistant in Python. How can I fix my code to say the answer within the IDE Pycharm without the audio file. Using VLC

This is the code grabbed from another Watson based question. I am trying to make a system where I input my speech as a question or command and it says an answer within the IDE here is the link to my previous question My Previous Question but how can…
Redgar Tech
  • 347
  • 3
  • 13
0
votes
1 answer

How to download a text to speech file created in Watson Studio

I am using Text to Speech in Watson Studio. The output file is '.wav'. Does anyone have got any idea where is the file stored? I want to download it from the IBM cloud to my pc. How should I do this? I have searched entire cloud storage, but…
0
votes
1 answer

IBM Watson Text-to-speech API keeps throwing Error: 403 Forbidden

I've been using the IBM Watson Text-to-speech API for quite a while now. The service credentials that was working until last night has been throwing an {"code":403, "error": "Forbidden"} since this morning. I use the lite plan and London region I…
Judy T Raj
  • 1,755
  • 3
  • 27
  • 41
0
votes
1 answer

How to stream audio in Gstreamer (Python)

I am making a python application that takes text converts it into audio using ibm cloud Watson TTS, then return an audio using content = watson_tts.synthesize(text, voice), accept=format).get_result().content then I want to take this content and…
user10864898
0
votes
0 answers

How to verify text to speech in unity?

How do you know if text to speech is working correctly in unity? I have speech to to speech streaming but don't know if its actually working as intended. trying to follow this tutorial.…
0
votes
1 answer

how do I customise my text to speech voice for the IBM Watson unity SDK?

I've got IBM's Watson text to speech for the unity SDK working beautifully but only the female american voice. I now need them to be either British or at least one male voice. I'm scottish so voice recognition is always a pain. can someone tell me…
1
2