Paul Bird commited on
Commit
38764ad
1 Parent(s): 413a32c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -11,5 +11,6 @@ This is the [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) model tes
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.
 
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
+ * You can add a step to convert 44kHz or 22kHz audio to 16kHz with [this model](https://huggingface.co/unity/sentis-audio-frequency-to-16khz)
15
 
16
  When you press play the transcription of the audio will be displayed in the console window.