Instructions to use unity/inference-engine-jets-text-to-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- unity-sentis
How to use unity/inference-engine-jets-text-to-speech with unity-sentis:
string modelName = "[Your model name here].sentis"; Model model = ModelLoader.Load(Application.streamingAssetsPath + "/" + modelName); IWorker engine = WorkerFactory.CreateWorker(BackendType.GPUCompute, model); // Please see provided C# file for more details
- Notebooks
- Google Colab
- Kaggle
The generated audio is < 1 second
#5
by Kutterhead - opened
I have triyed several times with different Unity versions with the same problem.
There are none errors in the console. In fact it look works but the generated audio is always smaller than 1 second.
did you find a solution? i have the same issue
Fixed 😁
xdesilets changed discussion status to closed