Skip to content

Instantly share code, notes, and snippets.

@heavyengineer
Created November 2, 2019 17:29
Show Gist options
  • Save heavyengineer/079ad5441eb0318bdde36fc1d65f42e1 to your computer and use it in GitHub Desktop.
Save heavyengineer/079ad5441eb0318bdde36fc1d65f42e1 to your computer and use it in GitHub Desktop.
use espeak and voices and output to wav
espeak -p 30 -k 15 -v en-GB-x-gbcwmd -s 130 "Some text." --stdout > yamyam.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment