From e531cd3462189f275e0a231f0cefb21816147ed2 Mon Sep 17 00:00:00 2001 From: Alexander Veysov Date: Mon, 21 Oct 2024 10:22:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6793f86..b634913 100644 --- a/README.md +++ b/README.md @@ -175,4 +175,4 @@ Please see our [wiki](https://github.com/snakers4/silero-models/wiki) for releva - 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 +- [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), [C++](https://github.com/snakers4/silero-vad/tree/master/examples/cpp), [C#](https://github.com/snakers4/silero-vad/tree/master/examples/csharp) and [other](https://github.com/snakers4/silero-vad/tree/master/examples) community examples