diff --git a/index.js b/index.js index eff23108..a3d71049 100644 --- a/index.js +++ b/index.js @@ -927,7 +927,7 @@ const fileType = input => { }; } - if (check([0x77, 0x0B])) { + if (check([0x0B, 0x77])) { return { ext: 'ac3', mime: 'audio/vnd.dolby.dd-raw' diff --git a/test.js b/test.js index 12ee550f..6fe9cd33 100644 --- a/test.js +++ b/test.js @@ -105,7 +105,8 @@ const types = [ 'ics', 'glb', 'pcap', - 'voc' + 'voc', + 'ac3' ]; // Define an entry here only if the fixture has a different