Added mime type and recognition rule for SoundFonts

This commit is contained in:
Stefano Ceccherini
2014-09-25 21:38:14 +02:00
parent 2f0be46386
commit 7e5a18ae9e
+13
View File
@@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "audio/x-soundfont";
resource(2, "META:S:DESC") #'MSDC' "SF2 SoundFont";
resource(3, "META:EXTENS") message(234) {
"extensions" = "sf2",
"type" = "audio/x-soundfont"
};
resource(5, "META:SNIFF_RULE") "0.50 ('RIFF') ([7] 'sfbkLIST')";