Add:Support for CAF audio files

This commit is contained in:
advplyr 2023-06-05 16:23:40 -05:00
parent c1bcfe8304
commit 5dc4606657
4 changed files with 6 additions and 4 deletions

View file

@ -48,7 +48,8 @@ module.exports.AudioMimeType = {
WEBM: 'audio/webm',
WEBMA: 'audio/webm',
MKA: 'audio/x-matroska',
AWB: 'audio/amr-wb'
AWB: 'audio/amr-wb',
CAF: 'audio/x-caf'
}
module.exports.VideoMimeType = {