will wade

Results 81 issues of will wade

Small changes really - just fixes the code which I always copy and paste and then forget it will never work in py3

So I found eSpeak totally broken for me on all platforms. Yet to fully test on Linux. This now does word event timings as the normal code and speaks on...

# Description ignore this, just testing > NOTE: This was created from a form submission

# Description Ignore this bug report, just testing stuff > NOTE: This was created from a form submission

- Adding full support for runAndWait for eSpeak on Windows and Mac. **Linux untested fully - I can see word timings work but cant test audio output)** #4 - Altered...

Just a FYI - your docs URL isn't working

eSpeak has been dead for me on Windows and Mac. [In my current fork](https://github.com/willwade/py3-tts) I've fixed it for mac There were two things stopping it on Mac. 1 Building it...

My suggestion is we have a pytest script in this repo to deal with future prs Eg. ```python import os import pyttsx3 import pytest from unittest import mock import wave...

enhancement
question

Here's a suggestion. There is a need to have a AVSpeechSynth driver for MacOS as Nss is depreciated but also it would allow this tts wrapper to support ssml across...

question