Use custom Whisper model weights
masterThe repository includes ggml-tiny.bin by default, which is fast but lower quality. To use larger or specialized models (like English-only weights):
- Download model weights in GGML format from the whisper.cpp Hugging Face repository.
- Place the downloaded
.binfiles into your Unity project'sStreamingAssetsfolder.