Paul Bird
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Whisper-Tiny model in Unity Sentis Format
|
| 6 |
+
|
| 7 |
+
This is the Whisper Tiny model tested to work in Unity 2023.
|
| 8 |
+
|
| 9 |
+
## How to Use
|
| 10 |
+
* Open a new scene in Unity 2023
|
| 11 |
+
* Put the `RunWhisper.cs` on the Main Camera
|
| 12 |
+
* Put the *.sentis files and the `vocab.json` in the Assets/StreamingAssets folder
|
| 13 |
+
* Add a 16kHz mono audio file up to 30 seconds long to your project and drag on to the audioClip field. Set it to 16kHz uncompressed.
|
| 14 |
+
|
| 15 |
+
When you press play the transcription of the audio will be displayed in the console window.
|