Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Feb 12, 2024
1 parent 12330e4 commit 1526389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ Example Java:
.setSpeechDurationMs(50)
.build();

boolean isSpeech = vad.isSpeech(audioData);
boolean isSpeech = vad.isSpeech(audioData);

vad.close();
vad.close();
```
Example Kotlin:
```kotlin
Expand Down

0 comments on commit 1526389

Please sign in to comment.