Update comments on matroska

This commit is contained in:
advplyr 2026-04-10 16:42:39 -05:00
parent 522b9735e2
commit 94c426bd97
2 changed files with 13 additions and 5 deletions

View file

@ -48,6 +48,8 @@ module.exports.AudioMimeType = {
AIF: 'audio/x-aiff',
WEBM: 'audio/webm',
WEBMA: 'audio/webm',
// TODO: Switch to `audio/matroska`? marked as deprecated in IANA registry
// ref: https://datatracker.ietf.org/doc/html/rfc9559
MKA: 'audio/x-matroska',
AWB: 'audio/amr-wb',
CAF: 'audio/x-caf',