Skip to content

Commit

Permalink
Updated vad library version
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Dec 30, 2024
1 parent 133ef0e commit 9aad894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aad894

Please sign in to comment.