will wade
will wade
NB: I wonder if this is all part of #168
The book is both an example and template of a real communication book for an adult - non-literate - user We want to publish it as a free resource for...
Yeah - granted - I don't think its a top priority. I do think the only use cases is when the primary target of grid is for a pdf.. On-screen...
Working with https://github.com/futurepress/epub.js/ can be "fun" but can also be quite painful (eg try on fixed flow ePubs). You quickly find what a mess ePub standards are IMHO. Saying that...
Excuse my ignorance. Does current version work as a spoken content engine in iOS 17. I think so but not sure. I'm trying for example to get Urdu espeak voice...
Ok. So this is a video of me trying this. I feel I'm doing something really stupid. https://imgur.com/a/BeRT3Si - I just can't see Urdu in the system voices. I was...
So Im trying to replicate this.. ```python import pyttsx3 def say(theengine, text): if (theengine._inLoop): theengine.endLoop() theengine.say(text) theengine.runAndWait() engine = pyttsx3.init() say(engine, "Hello, World!") ``` Have I got that right? That...
interesting fix.. I find it at /usr/local/lib/libespeak.dylib NB: Im on a silicon Mac - and I see /usr/local/lib/libespeak.dylib: Mach-O 64-bit dynamically linked shared library x86_64 So I assume thats the...
> My guess that the issue is with the calls to the `dylib`. I.e. some API calls to `espeak` work (like get list of voices), but main call to the...
Related https://github.com/espeak-ng/espeak-ng/issues/982