Paul Bird commited on
Commit
0cb2349
1 Parent(s): fd92562

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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.