문제

Anyone know how to create own SAPI TTS voices? Are there any docs / apis / algorithms? I have not the slightest idea where I could begin. I want to use the voice in my own software and also I want to be able to sell it so it can be used in other 3rd party apps.

도움이 되었습니까?

해결책

You need to make a component that implement TTSEngine API, see the documentation for details:

TTS Engine Vendor Porting Guide

For a practical example of the engine implementation you can download sample engine as well as you can check Espeak SAPI implementation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top