Showing posts sorted by date for query immprep. Sort by relevance Show all posts
Showing posts sorted by date for query immprep. Sort by relevance Show all posts

Saturday, July 15, 2023

ImmPrep v1.01x / Pandoc / UTF8 & PureBasic

Writing

I've updated immprep.exe, fixing two small bugs, and adding Word (.docx) support. Note that the command line parameters have changed, to allow for more flexibility, and support for other TTS applications (not yet implemented, but it's easier to do now). When working on Word support I ran into a few issues (for the full story and latest version of ImmPrep read on).

Monday, March 27, 2023

Launch applications from Touch Portal (or any other launcher) and force them to the front

Datatalk + Touch Portal

No matter how hard you try, sometimes Windows 11 doesn't let you push a window to the front. It can drive me nuts!

Why doesn't Windows have a, per application, setting to allow that specific application to be brought to the front by other apps and itself? It would save a lot of headaches.

Sunday, March 26, 2023

Free TTS (Text to Speech) on Windows, better than your regular SAPI5

Writing / Datatalk / TTS.

Windows has a build-in TTS engine which is better than the older SAPI5 engine, but... it's a little hard to get at. And silly enough, any regular program (for example Balabolka) that calls the SAPI5 API routines isn't using the new code in Windows.

But it's actually very easy to use with a little workaround! And the quality is definitely better than, for example, Word's built-in TTS tool.

Friday, March 24, 2023

Setting up Amazon Polly on Windows 11 - Step by Step

Datatalk /  TTS.

This is a step-by-step instruction of how to set up Amazon Polly.

Unfortunately, it doesn't solve my real problem: I am looking for a way to use Polly voices with a TTS reader, such as Balabolka. There are some problems...

Well, at least I managed to get Amazon running, in spite of their poor online instructions.