From a3bdebed169221b50917431eea5a384e6ded80b8 Mon Sep 17 00:00:00 2001 From: Alexander Veysov Date: Mon, 1 Jul 2024 10:21:20 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4c6449..719fa25 100644 --- a/README.md +++ b/README.md @@ -121,4 +121,6 @@ Please see our [wiki](https://github.com/snakers4/silero-models/wiki) for releva - Example of VAD ONNX Runtime model usage in [C++](https://github.com/snakers4/silero-vad/tree/master/examples/cpp) -- Voice activity detection for the [browser](https://github.com/ricky0123/vad) using ONNX Runtime Web +- Voice activity detection for the [browser](https://github.com/ricky0123/vad) using ONNX Runtime Web + +- [Rust](https://github.com/snakers4/silero-vad/tree/master/examples/rust-example), [Go](https://github.com/snakers4/silero-vad/tree/master/examples/go), [Java](https://github.com/snakers4/silero-vad/tree/master/examples/java-example) and [other](https://github.com/snakers4/silero-vad/tree/master/examples) examples