Skip to content

Commit

Permalink
Added mime type and recognition rule for SoundFonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburton79 committed Sep 25, 2014
1 parent 2f0be46 commit 7e5a18a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/data/mime_db/audio/x-soundfont
Original file line number Diff line number Diff line change
@@ -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')";

0 comments on commit 7e5a18a

Please sign in to comment.