feat: add .wav to list of supported audio types (#322)
This commit is contained in:
@@ -16,6 +16,7 @@ var supportedAudioTypes = map[string]string{
|
||||
".ogg": "audio/ogg",
|
||||
".opus": "audio/ogg",
|
||||
".wma": "audio/x-ms-wma",
|
||||
".wav": "audio/x-wav",
|
||||
}
|
||||
|
||||
//nolint:gochecknoinits
|
||||
|
||||
Reference in New Issue
Block a user