silero-vad / examples /go /go.mod
fasdfsa's picture
init
6457591
raw
history blame contribute delete
218 Bytes
module silero
go 1.21.4
require (
github.com/go-audio/wav v1.1.0
github.com/streamer45/silero-vad-go v0.2.1
)
require (
github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect
)