Skip to content

new espeak backend implementation

Mathieu Bernard requested to merge WIP into develop

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.

Merge request reports