diff options
author | Grail Finder <wohilas@gmail.com> | 2025-05-19 09:42:47 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-05-19 09:42:47 +0300 |
commit | a7e7da6f9965624e4667ecedd23f2eb073ac2f56 (patch) | |
tree | 2046f8ed77ccf0d47fe0a074691f8138f8419d51 /models | |
parent | 2e5755c28a86c525041cb952764425ad82411ec7 (diff) |
Feat: stop audio [WIP]
Diffstat (limited to 'models')
-rw-r--r-- | models/extra.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/models/extra.go b/models/extra.go index 4e3a0bf..e1ca80f 100644 --- a/models/extra.go +++ b/models/extra.go @@ -3,6 +3,6 @@ package models type AudioFormat string const ( - AFOPUS AudioFormat = "opus" - AFMP3 AudioFormat = "mp3" + AFWav AudioFormat = "wav" + AFMP3 AudioFormat = "mp3" ) |