UnityTTS
UnityTTS copied to clipboard
How do you even use this?
Not a bug, sorry, but I can't find an actual implementation of this repo anywhere. Not even on the examples page. I have no idea how to use this.
I was able to get it up and running by:
- Cloning the examples repro (being sure update git submodules)
- Copy all of the model files linked from the main repo into the StreamAssets/Models folder in the examples repo
@Tyrannicus100BC Were you able to call the speak function more than once?
oh, this issue is related to this: https://github.com/voxell-tech/UnityTTS/issues/3
yessir seen that but I wasn't able to get it to work :/
ya... there's no instructions and the demo repo doesn't work. The required unity version doesn't exist, so I try slightly higher, and the demo scenes all having missing scripts when upgrading.
Would be nice to know a short readme after installing. Or a unity package that just has it ready to go
The TTS script has a Fastspeech, Melgan, and Mapper that needs to be set. I don't know what any of this means. Help please!