Search found 3 matches

by simion314
04 Jun 2018, 11:56
Forum: Support
Topic: How could I get the dialog spoken with my TTS?
Replies: 5
Views: 2558

Re: How could I get the dialog spoken with my TTS?

@Zini thanks Edit At least as a quick hack, the easiest option would be the GUI (apps/openmw/mwgui/dialogue.hpp). There is a addResponse method that should do the job. I implemented this hack, seems to work fine in the quick test I done. If there is a way I can contribute this in a non hacking way l...
by simion314
03 Jun 2018, 20:22
Forum: Support
Topic: How could I get the dialog spoken with my TTS?
Replies: 5
Views: 2558

Re: How could I get the dialog spoken with my TTS?

About my experience with TTS, I had some contributions to a Jovie a KDE application for Linux that is a wrapper for speech dispatcher. Since I am running Linux/KDE (is a very accessible system for my particular problems) what I usually do is to connect existing command line applications like 1 use c...
by simion314
03 Jun 2018, 18:47
Forum: Support
Topic: How could I get the dialog spoken with my TTS?
Replies: 5
Views: 2558

How could I get the dialog spoken with my TTS?

Hi all, I have bad eyes so I am struggling when I have to read a lot of text, my main solutions are using zoom software or OCR the screen and have the TTS software read the dialogue. My questions is can I make a mod that would detect the dialog and call the TTS software via command line or dbus? If ...