Paul Bird
commited on
Update README.md
Browse files
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.
|