Skip to content

Instantly share code, notes, and snippets.

@hodiapa
hodiapa / say.py
Created February 1, 2013 04:27 — forked from anonymous/say.py
#!/usr/bin/env python
"""
Assist in performing online Text-To-Speech and immediate playback.
"""
import sys
import requests
import urllib
import tempfile
import commands