Golang example

This commit is contained in:
streamer45
2023-11-08 17:48:36 -06:00
parent cb92cdd1e3
commit bbbc657dad
4 changed files with 108 additions and 0 deletions

13
examples/go/go.mod Normal file
View File

@@ -0,0 +1,13 @@
module silero
go 1.21.4
require (
github.com/go-audio/wav v1.1.0
github.com/streamer45/silero-vad-go v0.1.0
)
require (
github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect
)