PB Unity commited on
Commit
e64b554
·
verified ·
1 Parent(s): 82a6f4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ This is the [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) model tes
10
 
11
  ## How to Use
12
  * Open a new scene in Unity 2023
13
- * Import package ``com.unity.sentis`` from the package manager.
14
  * Put the `RunWhisper.cs` on the Main Camera
15
  * Put the *.sentis files and the `vocab.json` in the Assets/StreamingAssets folder
16
  * Add a 16kHz mono audio file up to 30 seconds long to your project and drag on to the audioClip field.
 
10
 
11
  ## How to Use
12
  * Open a new scene in Unity 2023
13
+ * Import package ``com.unity.sentis`` version `1.3.0-pre.3` from the package manager.
14
  * Put the `RunWhisper.cs` on the Main Camera
15
  * Put the *.sentis files and the `vocab.json` in the Assets/StreamingAssets folder
16
  * Add a 16kHz mono audio file up to 30 seconds long to your project and drag on to the audioClip field.