Skip to content

Commit

Permalink
feat: add .wav to list of supported audio types (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterNordin committed May 13, 2023
1 parent 5363beb commit ab07b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mime/mime.go
Expand Up @@ -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
Expand Down

0 comments on commit ab07b87

Please sign in to comment.