You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have compiled the entire solution in VS 2013.
After registering SLT voice (using SALBROOT\sapi\bin\register-slt.bat), when i use SAPI5 TTSAPP to test this voice and select all events to be shown, it only receive StartStream, EndStream and VoiceChanged events.
Is it possible to receive all SAPI events?
The text was updated successfully, but these errors were encountered:
Unfortunately I don't have time to add the interesting events SPEI_WORD_BOUNDARY, SPEI_SENTENCE_BOUNDARY, SPEI_PHONEME.
For these we would have to get the durations (using HTS_Engine_get_state_duration, I suppose) for each label from hts_engine to calculate at which frame which phone starts. And also return that info in the TTSResult.
I have compiled the entire solution in VS 2013.
After registering SLT voice (using SALBROOT\sapi\bin\register-slt.bat), when i use SAPI5 TTSAPP to test this voice and select all events to be shown, it only receive StartStream, EndStream and VoiceChanged events.
Is it possible to receive all SAPI events?
The text was updated successfully, but these errors were encountered: