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

hibernate - How to load global settings frequently used in application in Java -

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

objective c - Ownership modifiers with manual reference counting -