PB Unity commited on
Commit
59b74ff
1 Parent(s): e09c786

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -10,6 +10,7 @@ This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jet
10
  * Create a new scene in Unity 2023
11
  * Install `com.unity.sentis` package
12
  * Put the c# script on the Main Camera
 
13
  * Add an AudioSource component on the Main Camera
14
  * Set the `inputText` string for what you want it to say
15
  * Press play
 
10
  * Create a new scene in Unity 2023
11
  * Install `com.unity.sentis` package
12
  * Put the c# script on the Main Camera
13
+ * Put the `sentis` file and the `phoneme_dict.txt` file in the `Assets/StreamingAssets` folder
14
  * Add an AudioSource component on the Main Camera
15
  * Set the `inputText` string for what you want it to say
16
  * Press play