streamer45 / silero-vad-go

A Golang (CGO) implementation of a Silero VAD powered speech detector
MIT License
23 stars 10 forks source link

Max speech duration option #6

Closed KazBrekker1 closed 3 months ago

KazBrekker1 commented 4 months ago

Hey

I was trying the python version of the silero interface, and there was a "Max speech duration" option with the following description:

For the go version of the silero interface, it is missing. Do you plan to implement it?

streamer45 commented 4 months ago

Hi! I think it would be trivial to implement but not really needed for our current use case so it's not in the roadmap if that's what you are asking.

KazBrekker1 commented 3 months ago

Ok, thank you so much.