- Add pkg/xai WebSocket client for xAI Voice Agent API - Add cmd/voicebot TeamSpeak bot with voice bridge - Proper 20ms audio timing with buffered queue - Clear audio queue on user interruption (VAD)
15 lines
281 B
Modula-2
15 lines
281 B
Modula-2
module go-ts
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.11
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0
|
|
github.com/dgryski/go-quicklz v0.0.0-20151014073603-d7042a82d57e
|
|
)
|
|
|
|
require gopkg.in/hraban/opus.v2 v2.0.0-20230925203106-0188a62cb302
|
|
|
|
require github.com/gorilla/websocket v1.5.3 // indirect
|