PB Unity
commited on
Commit
•
4feb694
1
Parent(s):
608e02a
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: cc-by-4.0
|
|
6 |
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.
|
7 |
|
8 |
## How to Use
|
9 |
-
* Create a new scene in Unity
|
10 |
* Install `com.unity.sentis` package
|
11 |
* Put the c# script on the Main Camera
|
12 |
* Add an AudioSource component on the Main Camera
|
|
|
6 |
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.
|
7 |
|
8 |
## How to Use
|
9 |
+
* Create a new scene in Unity 2023
|
10 |
* Install `com.unity.sentis` package
|
11 |
* Put the c# script on the Main Camera
|
12 |
* Add an AudioSource component on the Main Camera
|