Add Wyoming protocol ASR server and nix devshell

New wyoming-whisper-rs binary crate implementing the Wyoming protocol
over TCP, making whisper-rs usable with Home Assistant's voice pipeline.
Includes nix flake devshell with Vulkan, ROCm/hipBLAS, clippy, and
rustfmt support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Harald Hoyer 2026-02-24 11:44:03 +01:00
parent d38738df8d
commit 50fdb08a38
12 changed files with 840 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[workspace]
members = ["sys"]
members = ["sys", "wyoming-whisper-rs"]
exclude = ["examples/full_usage"]
[package]