Add APIs about max speech duration in VAD for various programming languages (#1349)
This commit is contained in:
@@ -29,6 +29,7 @@ function createVad() {
|
||||
threshold: 0.5,
|
||||
minSpeechDuration: 0.25,
|
||||
minSilenceDuration: 0.5,
|
||||
maxSpeechDuration: 5,
|
||||
windowSize: 512,
|
||||
},
|
||||
sampleRate: 16000,
|
||||
|
||||
Reference in New Issue
Block a user