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