will wade

Results 248 comments of will wade

What was your code to run this?I think this is fixed in my PR https://github.com/thevickypedia/py3-tts/pull/6 I note you are on linux - I could do with someone testing this :)

@DGrothe-PhD - https://github.com/thevickypedia/py3-tts/pull/6#issuecomment-2252920647

Fantastic. After this I want to do a little tidy on the docs given so many issues about threading and platform specific notes.

Note to self. ``` def say(self, text, ssml=False): self._text_to_say = text self._ssml = ssml ``` Then in start synthesis we need to ``` flags = _espeak.ENDPAUSE | _espeak.CHARS_UTF8 if self._ssml:...

This is wierd. I imagine you were using espeak (Linux). I realise it was a long time ago but if you get a chance I’d like to know

This issue is bothering me. For a start - male or female voices dont make a jot of difference in espeak. I think i need to look into getVoices for...

update - my fixes in most recent PR seems to have cleared the speking bug. I think it was to do with using END not MSG Terminator - in espeak....