Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 422 Bytes

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