Skip to content

Commit

Permalink
feat: add support for wavpack (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
cacko committed Sep 25, 2023
1 parent e3dd812 commit 827baf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mime/mime.go
Expand Up @@ -17,6 +17,7 @@ var supportedAudioTypes = map[string]string{
".opus": "audio/ogg",
".wma": "audio/x-ms-wma",
".wav": "audio/x-wav",
".wv": "audio/x-wavpack",
}

//nolint:gochecknoinits
Expand Down

0 comments on commit 827baf2

Please sign in to comment.