Syntherceptor
A SAPI5 synthesiser which speaks using NVDA.
Install / Use
/learn @jcsteh/SyntherceptorREADME
Syntherceptor
<!--beginDownload-->Downloads available on the Syntherceptor website
<!--endDownload-->- Author: James Teh <jamie@jantrid.net>
- Copyright: 2025 James Teh
- License: GNU General Public License version 2.0
Syntherceptor is a SAPI5 synthesiser which speaks using NVDA. This is useful for apps like Komplete Kontrol, Surge, etc. which use SAPI5 but you'd prefer the speech output to happen using your NVDA synthesiser and settings. This also prevents different voices from speaking at the same time, allows you to interrupt speech with a key press, etc.
Download and Installation
Download the latest installer using the link at the top of this page. Then, run the installer and follow the instructions.
Building
Dependencies
- Install Build Tools for Visual Studio 2022 .
- Install Python and SCons.
- Download NVDA Controller Client. Extract it into
deps/nvdaControllerClientinside the Syntherceptor checkout directory.
How to Build
From a command prompt, change to the Syntherceptor checkout directory and run scons.
The resulting installer can be found as build/syntherceptor_unknown.exe.
