new espeak backend implementation
espeak and mbrola backends now rely on the espeak shared library using the ctypes Python module, instead of relying on the espeak executable through subprocesses. This implies drastic speed improvements, up to 40 times faster.