AIFF files follow EA IFF spec and start with a FORM chunk. They never start with AIFF or AIFC directly. See for example: http://www.onicos.com/staff/iz/formats/aiff.html http://paulbourke.net/dataformats/audio/
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
|
|
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
|
|
|
|
resource(1, "META:TYPE") "audio/x-aiff";
|
|
|
|
resource(2, "META:S:DESC") #'MSDC' "AIFF audio file";
|
|
|
|
resource(3, "META:EXTENS") message(234) {
|
|
"extensions" = "aif",
|
|
"extensions" = "aiff",
|
|
"extensions" = "aifc",
|
|
"type" = "audio/x-aiff"
|
|
};
|
|
|
|
resource(5, "META:SNIFF_RULE") "0.50 (\"FORM\") [8](\"AIFF\" | \"AIFC\") ";
|