File size: 912 Bytes
0f72756 608e02a 4feb694 608e02a 66db95c 619aa73 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: cc-by-4.0
---
# Jets Text-to-Speech Model validated for Unity Sentis
This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jets). It takes in a text string which you convert to phonemes using a dictionary and then outputs a wav to play the voice.
## How to Use
* Create a new scene in Unity 2023
* Install `com.unity.sentis` package
* Put the c# script on the Main Camera
* Add an AudioSource component on the Main Camera
* Set the `inputText` string for what you want it to say
* Press play
## Information
This version using a phoneme dictionary to convert the text into a string of phonemes. There are other ways to do this, for example using another model, or heuristics.
## License
Attribution for the original creators is required. See[Jets](https://huggingface.co/imdanboy/jets) for more details.
You must retain the copyright notice in the `phoneme_dict.txt` file. |