An open API service indexing awesome lists of open source software.

https://github.com/mrtrizer/unitywhispercpp

Whisper bindings and stream speech recognition
https://github.com/mrtrizer/unitywhispercpp

Last synced: about 1 year ago
JSON representation

Whisper bindings and stream speech recognition

Awesome Lists containing this project

README

          

# UnityWhisperCpp
Connect whisper.cpp to Unity3d in two clicks

# Installation:
- Add git repo as package Window -> Package Manager -> Add from Git URL https://github.com/mrtrizer/UnityWhisperCpp.git
- Download a model
- Put model file in StreamingAssets/Models
- Find Test.prefab in package dir and use component context menu to Run it, it should generate some response to a prompt
- Use WhisperExample.cs as and example