Wish : Viseme

tuicemen

Member
Licensed User
Longtime User
Maybe it is already do able and I haven't discovered it yet.

I'd like to see viseme for TTS like MS speach that allows a pic to load for specific TTS events.
This would allow lip sync for charactors simular to MS agents
 

tuicemen

Member
Licensed User
Longtime User
Since the phone library can see the TTS event TextToSpeechFinish maybe it can be expanded to see these events.
 

tuicemen

Member
Licensed User
Longtime User
I've found a crude work arround for this.
The issue is detecting when TTS actualy starts to speak.

Using the GifDecoder library I can play back pics while TTS is speaking.
Usinge the TextToSpeechFinish option in the Phone library I can stop those pics from displaying.
Calling my gif timer after the TTS1.speak("someline of text",true) Helps somewhat.
Any suggestions would be appreciated :sign0163:
 
Last edited:
Cookies are required to use this site. You must accept them to continue using the site. Learn more…