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",
|
".ogg": "audio/ogg",
|
||||||
".opus": "audio/ogg",
|
".opus": "audio/ogg",
|
||||||
".wma": "audio/x-ms-wma",
|
".wma": "audio/x-ms-wma",
|
||||||
|
".wav": "audio/x-wav",
|
||||||
}
|
}
|
||||||
|
|
||||||
//nolint:gochecknoinits
|
//nolint:gochecknoinits
|
||||||
|
|||||||
Reference in New Issue
Block a user