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
- Host: GitHub
- URL: https://github.com/mrtrizer/unitywhispercpp
- Owner: mrtrizer
- Created: 2023-12-05T10:46:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T10:47:22.000Z (over 2 years ago)
- Last Synced: 2025-06-28T16:18:06.669Z (about 1 year ago)
- Language: C#
- Size: 7.81 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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