met4citizen / TalkingHead

Talking Head (3D): A JavaScript class for real-time lip-sync using Ready Player Me full-body 3D avatars.
MIT License
349 stars 107 forks source link

easy-speech #52

Closed andre-dietrich closed 3 months ago

andre-dietrich commented 3 months ago

Fascinating project,

I was seeking for some avatars that I can use in LiaScript as teachers for educational content ...

Maybe this is something for you, we use easy-speech as a single interface to TTS of different browsers, which works very good for us.

https://github.com/leaonline/easy-speech

met4citizen commented 3 months ago

Thanks - and thanks for the link.

I just checked out the easy-speech project. Unfortunately, it can't be used with the TalkingHead class because it doesn't provide word-to-audio timestamps, which are essential for accurate lip-sync. It is the same issue as with the free Web Speech API, which easy-speech uses internally.