Questions tagged [ivona]

A text-to-speech (TTS) synthesis system run by Amazon

IVONA is a multi-lingual text-to-speech (TTS) synthesis system run by Amazon. Currently, IVONA has 51 voices to cover 23 languages as listed:

  1. English (American)
  2. English (Australian)
  3. English (British)
  4. English (Indian)
  5. English (Welsh)
  6. Welsh
  7. Danish
  8. Dutch
  9. French
  10. Canadian French
  11. German
  12. Icelandic
  13. Italian
  14. Polish
  15. Portuguese
  16. Brazilian Portuguese
  17. Romanian
  18. Russian
  19. Castilian Spanish
  20. American Spanish
  21. Swedish
  22. Turkish
  23. Norwegian

And counting...


References

7 questions
1
vote
0 answers

Can't successfully authenticate with IVONA tts service which uses AWS Signature version 4

I am trying to generate voice files with the Ivona tts service. However I have tried to follow there authentication steps to the tee and can't seem to successfully authenticate. Here is the script I am running. require 'uri' require…
villy393
  • 2,985
  • 20
  • 28
0
votes
0 answers

does anyone has used Ivona library?

I am using IVONA library to text-to-speech, everything works fine but I am facing one issue on keyboard space key press I need to speak the written word before space, this is also working fine when user type slowly, but when user type word fast at…
Priyanka
  • 3,369
  • 1
  • 10
  • 33
0
votes
1 answer

Save the output of SAPI voice to a file in python

I'm using python to execute a subprocess like so: subprocess.call(["espeak", "-v Ivona 2 Joey -w "+file_name+".wav", text]) I'm not sure how to use the Ivona 2 Joey voice. When I run the TTSApp.exe file, I can see it in the drop down under…
jason
  • 3,811
  • 18
  • 92
  • 147
0
votes
1 answer

Call PHP from Javascript on the same page?

I have been researching into using PHP and Javascript to communicate with each other on the same page. Firstly I have a php script at the top with a function to retrieve a audio from an AWS Ivona media stream.
0
votes
1 answer

Accessing Ivona Speech Cloud with Ruby

I am trying to access Ivona Speech Cloud using Ruby. I have ported one of the code examples I found to Ruby, but I probably did something wrong at authenticating the request, since I am getting an error. This is my implementation: require 'http' #…
DannyB
  • 12,810
  • 5
  • 55
  • 65
0
votes
2 answers

Python Ivona (Pyvona) script issue (local variable unbound)

I'm using the pyvona package (from July 3rd 2016). I have all dependencies installed. It works correctly when I call it to speak for the first time. But if I run the command again, it gives me the local unbound error: >>> import pyvona >>> v =…
-1
votes
1 answer

Scrivener stopped working after Windows 10 or 11 update

I've used Scrivener as a writing tool for upwards of 8 years. I had hung on to Windows 7 because as a systems developer and Internet grandfather[1] with 50+ years experience I wished to avoid Windows 10 intrusive practices.[2] I updated from…
Mike A
  • 39
  • 7