Feat: stop audio [WIP]

This commit is contained in:
Grail Finder
2025-05-19 09:42:47 +03:00
parent 2e5755c28a
commit a7e7da6f99
6 changed files with 98 additions and 82 deletions

View File

@@ -3,6 +3,6 @@ package models
type AudioFormat string
const (
AFOPUS AudioFormat = "opus"
AFMP3 AudioFormat = "mp3"
AFWav AudioFormat = "wav"
AFMP3 AudioFormat = "mp3"
)