How to make a new SAPI voice for text-to-speech? -


anyone know how create own sapi tts voices? there docs / apis / algorithms? have not slightest idea begin. want use voice in own software , want able sell can used in other 3rd party apps.

you need make component implement ttsengine api, see documentation details:

tts engine vendor porting guide

for practical example of engine implementation can download sample engine can check espeak sapi implementation.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -