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