From 84f8b60daeeb72220d91d76116657db1c06afff4 Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Wed, 25 Mar 2026 20:22:13 +1300 Subject: [PATCH] docs: add Rust ONNX Runtime entry to runtime README Add a community Rust implementation (wavekat-vad) under the onnxruntime section. --- runtime/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/runtime/README.md b/runtime/README.md index 9fd9e23..f13b55a 100644 --- a/runtime/README.md +++ b/runtime/README.md @@ -11,4 +11,7 @@ What’s included More details in [NCNN README.md](ncnn/) ## onnxruntime -TODO \ No newline at end of file + +### Rust + +- [wavekat-vad](https://github.com/wavekat/wavekat-vad) — Stream VAD with pure Rust Mel filterbank + CMVN preprocessing \ No newline at end of file