From 9aad8947d1025a59ad5feb4c9cb44a1dfc587e36 Mon Sep 17 00:00:00 2001 From: Georgiy Konovalov <22642112+gkonovalov@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:30:53 -0800 Subject: [PATCH] Updated vad library version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0197395..dc56fd0 100644 --- a/README.md +++ b/README.md @@ -315,21 +315,21 @@ allprojects { #### WebRTC VAD ```groovy dependencies { - implementation 'com.github.gkonovalov.android-vad:webrtc:2.0.7' + implementation 'com.github.gkonovalov.android-vad:webrtc:2.0.8' } ``` #### Silero VAD ```groovy dependencies { - implementation 'com.github.gkonovalov.android-vad:silero:2.0.7' + implementation 'com.github.gkonovalov.android-vad:silero:2.0.8' } ``` #### Yamnet VAD ```groovy dependencies { - implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.7' + implementation 'com.github.gkonovalov.android-vad:yamnet:2.0.8' } ``` You also can download precompiled AAR library and APK files from