Releases: catilgrass/dumb-voice-protocol
Releases · catilgrass/dumb-voice-protocol
Release list
DMVOP Release 0.1.0
Introduction
A "dumb" voice input terminal based on vtx-engine and Whisper — reads from microphone, transcribes to text, sends it to your game or tool.
Supports multiple output methods: stdout / stderr / TCP / UDP / UDP broadcast / IPC, suitable for various scenarios.
Usage
- Go to Releases and download the latest version
- Unzip, edit
dmvop.tomlto configure - Double-click
dmvop.exeand start speaking
Usage (CLI)
- Go to Releases and download
- Open a terminal, run
dmvop -hto see options - Speak into the microphone
Common examples:
dmvop # Load dmvop.toml from current directory
dmvop --device="My Mic" -O=stdout # Voice → terminal
dmvop --device="My Mic" -O=tcp -O=stdout # Voice → game + terminal
dmvop --device="My Mic" -O=udp-broadcast # Voice → LAN broadcast
dmvop --list-devices # List microphone devices
dmvop --download-model=small # Download whisper model
DMVOP Release 0.1.0 - Pre
This is the first usable version, only tested with stdout mode.