Add opus support

Mimetype defined in RFC7845 https://tools.ietf.org/html/rfc7845#section-9
This commit is contained in:
Andrew Rabert
2019-11-23 11:35:30 -05:00
committed by Senan Kelly
parent 22b3fc12a0
commit 986c997559

View File

@@ -6,4 +6,5 @@ var Types = map[string]string{
"aac": "audio/x-aac",
"m4a": "audio/m4a",
"ogg": "audio/ogg",
"opus": "audio/ogg",
}