Add:Support for .awb AMR-WB audio file #1565

This commit is contained in:
advplyr 2023-03-17 16:52:07 -05:00
parent 11ccbf1913
commit 146093d81e
4 changed files with 6 additions and 4 deletions

View file

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