Add VAD configuration and implement VAD reader for audio processing

This commit is contained in:
2025-08-19 11:29:51 -04:00
parent 265c142edb
commit 8e91b0067f
4 changed files with 182 additions and 5 deletions

1
go.mod
View File

@ -5,6 +5,7 @@ go 1.25
require (
github.com/bluenviron/gortsplib/v4 v4.16.2
github.com/bluenviron/mediacommon/v2 v2.4.1
github.com/maxhawkins/go-webrtcvad v0.0.0-20210121163624-be60036f3083
github.com/pion/rtp v1.8.21
gopkg.in/yaml.v3 v3.0.1
)