How do I use it on unity
#7
by
asdasdsadfwcsq22
- opened
I am really new here, but does this model support on unity, or do I need to use it externally on python.
I'd recommend looking into Unity Sentis: https://unity.com/products/sentis. It allows you to run .onnx models from Unity.
Examples: https://github.com/Unity-Technologies/sentis-samples
You'd need to do the pre-processing yourself, but I'm sure there are some phonemization packages out there that you can use in Unity.