Feat: add extra kokoro tts

This commit is contained in:
Grail Finder
2025-05-17 12:19:30 +03:00
parent 10cca9037f
commit d05d904747
7 changed files with 250 additions and 4 deletions

8
models/extra.go Normal file
View File

@@ -0,0 +1,8 @@
package models
type AudioFormat string
const (
AFOPUS AudioFormat = "opus"
AFMP3 AudioFormat = "mp3"
)