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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -