feat: add .wav to list of supported audio types (#322)

This commit is contained in:
Peter Nordin
2023-05-13 22:42:38 +02:00
committed by GitHub
parent 5363beb031
commit ab07b876b8

View File

@@ -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