0

I am not a dev. I'm looking to generate synthetic voices for digital books which I am creating. I would really appreciate some help with the following. After inputting the curl command, what is the next step to generate a sound file? I would greatly appreciate any advice on how to proceed. Thank you.

twc57
  • 1

1 Answers1

0

You can generate audio files from text on your own desktop, depending on which OS your are running:

MacOs: MAC's "say" command to MP3

Ubuntu: https://askubuntu.com/questions/178736/generate-mp3-file-from-espeak

Windows: https://www.microsoft.com/en-us/search?q=text+to+audio (warning: store downloads on your own risk)

If you have a server running, you may use the server to generate the audio:

php: eSpeak to mp3 in php on both windows and linux (online text-to-speech)

nodejs: text to audio file on node.js

python: How can I convert text to speech (mp3 file) in python?

Jankapunkt
  • 8,128
  • 4
  • 30
  • 59
  • Thank you very much. I greatly appreciate the help. Best of luck in all of your endeavors. – twc57 Jun 02 '20 at 11:49