Skip to content

Instantly share code, notes, and snippets.

@piffall
Created April 27, 2015 09:52
Show Gist options
  • Save piffall/2168fcc24ce4e4581a85 to your computer and use it in GitHub Desktop.
Save piffall/2168fcc24ce4e4581a85 to your computer and use it in GitHub Desktop.
Say with festival
#!/bin/bash
echo '$1' | iconv -f utf-8 -t iso-8859-1 | festival --language english --tts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment