audio 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. #------------------------------------------------------------------------------
  2. # audio: file(1) magic for sound formats (see also "iff")
  3. #
  4. # Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
  5. # and others
  6. #
  7. # Sun/NeXT audio data
  8. 0 string .snd Sun/NeXT audio data:
  9. >12 belong 1 8-bit ISDN mu-law,
  10. >12 belong 2 8-bit linear PCM [REF-PCM],
  11. >12 belong 3 16-bit linear PCM,
  12. >12 belong 4 24-bit linear PCM,
  13. >12 belong 5 32-bit linear PCM,
  14. >12 belong 6 32-bit IEEE floating point,
  15. >12 belong 7 64-bit IEEE floating point,
  16. >12 belong 8 Fragmented sample data,
  17. >12 belong 10 DSP program,
  18. >12 belong 11 8-bit fixed point,
  19. >12 belong 12 16-bit fixed point,
  20. >12 belong 13 24-bit fixed point,
  21. >12 belong 14 32-bit fixed point,
  22. >12 belong 18 16-bit linear with emphasis,
  23. >12 belong 19 16-bit linear compressed,
  24. >12 belong 20 16-bit linear with emphasis and compression,
  25. >12 belong 21 Music kit DSP commands,
  26. >12 belong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.),
  27. >12 belong 24 compressed (8-bit CCITT G.722 ADPCM)
  28. >12 belong 25 compressed (3-bit CCITT G.723.3 ADPCM),
  29. >12 belong 26 compressed (5-bit CCITT G.723.5 ADPCM),
  30. >12 belong 27 8-bit A-law (CCITT G.711),
  31. >20 belong 1 mono,
  32. >20 belong 2 stereo,
  33. >20 belong 4 quad,
  34. >16 belong >0 %d Hz
  35. # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
  36. # that uses little-endian encoding and has a different magic number
  37. 0 lelong 0x0064732E DEC audio data:
  38. >12 lelong 1 8-bit ISDN mu-law,
  39. >12 lelong 2 8-bit linear PCM [REF-PCM],
  40. >12 lelong 3 16-bit linear PCM,
  41. >12 lelong 4 24-bit linear PCM,
  42. >12 lelong 5 32-bit linear PCM,
  43. >12 lelong 6 32-bit IEEE floating point,
  44. >12 lelong 7 64-bit IEEE floating point,
  45. >12 belong 8 Fragmented sample data,
  46. >12 belong 10 DSP program,
  47. >12 belong 11 8-bit fixed point,
  48. >12 belong 12 16-bit fixed point,
  49. >12 belong 13 24-bit fixed point,
  50. >12 belong 14 32-bit fixed point,
  51. >12 belong 18 16-bit linear with emphasis,
  52. >12 belong 19 16-bit linear compressed,
  53. >12 belong 20 16-bit linear with emphasis and compression,
  54. >12 belong 21 Music kit DSP commands,
  55. >12 lelong 23 8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice enc.),
  56. >12 belong 24 compressed (8-bit CCITT G.722 ADPCM)
  57. >12 belong 25 compressed (3-bit CCITT G.723.3 ADPCM),
  58. >12 belong 26 compressed (5-bit CCITT G.723.5 ADPCM),
  59. >12 belong 27 8-bit A-law (CCITT G.711),
  60. >20 lelong 1 mono,
  61. >20 lelong 2 stereo,
  62. >20 lelong 4 quad,
  63. >16 lelong >0 %d Hz
  64. # Creative Labs AUDIO stuff
  65. 0 string MThd Standard MIDI data
  66. >8 beshort x (format %d)
  67. >10 beshort x using %d track
  68. >10 beshort >1 \bs
  69. >12 beshort&0x7fff x at 1/%d
  70. >12 beshort&0x8000 >0 SMPTE
  71. 0 string CTMF Creative Music (CMF) data
  72. 0 string SBI SoundBlaster instrument data
  73. 0 string Creative\ Voice\ File Creative Labs voice data
  74. # is this next line right? it came this way...
  75. >19 byte 0x1A
  76. >23 byte >0 - version %d
  77. >22 byte >0 \b.%d
  78. # first entry is also the string "NTRK"
  79. 0 belong 0x4e54524b MultiTrack sound data
  80. >4 belong x - version %ld
  81. # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
  82. # [based on posting 940824 by "Dirk/Elastik", husberg@lehtori.cc.tut.fi]
  83. 0 string EMOD Extended MOD sound data,
  84. >4 byte&0xf0 x version %d
  85. >4 byte&0x0f x \b.%d,
  86. >45 byte x %d instruments
  87. >83 byte 0 (module)
  88. >83 byte 1 (song)
  89. # Real Audio (Magic .ra\0375)
  90. 0 belong 0x2e7261fd RealAudio sound file
  91. 0 string .RMF RealMedia file
  92. # MTM/669/FAR/S3M/ULT/XM format checking [Aaron Eppert, aeppert@dialin.ind.net]
  93. # Oct 31, 1995
  94. # fixed by <doj@cubic.org> 2003-06-24
  95. # Too short...
  96. #0 string MTM MultiTracker Module sound file
  97. #0 string if Composer 669 Module sound data
  98. #0 string JN Composer 669 Module sound data (extended format)
  99. 0 string MAS_U ULT(imate) Module sound data
  100. #0 string FAR Module sound data
  101. #>4 string >\15 Title: "%s"
  102. 0x2c string SCRM ScreamTracker III Module sound data
  103. >0 string >\0 Title: "%s"
  104. # Gravis UltraSound patches
  105. # From <ache@nagual.ru>
  106. 0 string GF1PATCH110\0ID#000002\0 GUS patch
  107. 0 string GF1PATCH100\0ID#000002\0 Old GUS patch
  108. #
  109. # Taken from loader code from mikmod version 2.14
  110. # by Steve McIntyre (stevem@chiark.greenend.org.uk)
  111. # <doj@cubic.org> added title printing on 2003-06-24
  112. 0 string MAS_UTrack_V00
  113. >14 string >/0 ultratracker V1.%.1s module sound data
  114. 0 string UN05 MikMod UNI format module sound data
  115. 0 string Extended\ Module: Fasttracker II module sound data
  116. >17 string >\0 Title: "%s"
  117. 21 string/c =!SCREAM! Screamtracker 2 module sound data
  118. 21 string BMOD2STM Screamtracker 2 module sound data
  119. 1080 string M.K. 4-channel Protracker module sound data
  120. >0 string >\0 Title: "%s"
  121. 1080 string M!K! 4-channel Protracker module sound data
  122. >0 string >\0 Title: "%s"
  123. 1080 string FLT4 4-channel Startracker module sound data
  124. >0 string >\0 Title: "%s"
  125. 1080 string FLT8 8-channel Startracker module sound data
  126. >0 string >\0 Title: "%s"
  127. 1080 string 4CHN 4-channel Fasttracker module sound data
  128. >0 string >\0 Title: "%s"
  129. 1080 string 6CHN 6-channel Fasttracker module sound data
  130. >0 string >\0 Title: "%s"
  131. 1080 string 8CHN 8-channel Fasttracker module sound data
  132. >0 string >\0 Title: "%s"
  133. 1080 string CD81 8-channel Octalyser module sound data
  134. >0 string >\0 Title: "%s"
  135. 1080 string OKTA 8-channel Oktalyzer module sound data
  136. >0 string >\0 Title: "%s"
  137. # Not good enough.
  138. #1082 string CH
  139. #>1080 string >/0 %.2s-channel Fasttracker "oktalyzer" module sound data
  140. 1080 string 16CN 16-channel Taketracker module sound data
  141. >0 string >\0 Title: "%s"
  142. 1080 string 32CN 32-channel Taketracker module sound data
  143. >0 string >\0 Title: "%s"
  144. # TOC sound files -Trevor Johnson <trevor@jpj.net>
  145. #
  146. 0 string TOC TOC sound file
  147. # sidfiles <pooka@iki.fi>
  148. # added name,author,(c) and new RSID type by <doj@cubic.org> 2003-06-24
  149. 0 string SIDPLAY\ INFOFILE Sidplay info file
  150. 0 string PSID PlaySID v2.2+ (AMIGA) sidtune
  151. >4 beshort >0 w/ header v%d,
  152. >14 beshort =1 single song,
  153. >14 beshort >1 %d songs,
  154. >16 beshort >0 default song: %d
  155. >0x16 string >\0 name: "%s"
  156. >0x36 string >\0 author: "%s"
  157. >0x56 string >\0 copyright: "%s"
  158. 0 string RSID RSID sidtune PlaySID compatible
  159. >4 beshort >0 w/ header v%d,
  160. >14 beshort =1 single song,
  161. >14 beshort >1 %d songs,
  162. >16 beshort >0 default song: %d
  163. >0x16 string >\0 name: "%s"
  164. >0x36 string >\0 author: "%s"
  165. >0x56 string >\0 copyright: "%s"
  166. # IRCAM <mpruett@sgi.com>
  167. # VAX and MIPS files are little-endian; Sun and NeXT are big-endian
  168. 0 belong 0x64a30100 IRCAM file (VAX)
  169. 0 belong 0x64a30200 IRCAM file (Sun)
  170. 0 belong 0x64a30300 IRCAM file (MIPS little-endian)
  171. 0 belong 0x64a30400 IRCAM file (NeXT)
  172. # NIST SPHERE <mpruett@sgi.com>
  173. 0 string NIST_1A\n\ \ \ 1024\n NIST SPHERE file
  174. # Sample Vision <mpruett@sgi.com>
  175. 0 string SOUND\ SAMPLE\ DATA\ Sample Vision file
  176. # Audio Visual Research <tonigonenstein@users.sourceforge.net>
  177. 0 string 2BIT Audio Visual Research file,
  178. >12 beshort =0 mono,
  179. >12 beshort =-1 stereo,
  180. >14 beshort x %d bits
  181. >16 beshort =0 unsigned,
  182. >16 beshort =-1 signed,
  183. >22 belong&0x00ffffff x %d Hz,
  184. >18 beshort =0 no loop,
  185. >18 beshort =-1 loop,
  186. >21 ubyte <=127 note %d,
  187. >22 byte =0 replay 5.485 KHz
  188. >22 byte =1 replay 8.084 KHz
  189. >22 byte =2 replay 10.971 Khz
  190. >22 byte =3 replay 16.168 Khz
  191. >22 byte =4 replay 21.942 KHz
  192. >22 byte =5 replay 32.336 KHz
  193. >22 byte =6 replay 43.885 KHz
  194. >22 byte =7 replay 47.261 KHz
  195. # SGI SoundTrack <mpruett@sgi.com>
  196. 0 string _SGI_SoundTrack SGI SoundTrack project file
  197. # ID3 version 2 tags <waschk@informatik.uni-rostock.de>
  198. 0 string ID3 Audio file with ID3 version 2
  199. >3 ubyte <0xff \b%d.
  200. >4 ubyte <0xff \b%d tag
  201. >2584 string fLaC \b, FLAC encoding
  202. >>2588 byte&0x7f >0 \b, unknown version
  203. >>2588 byte&0x7f 0 \b
  204. # some common bits/sample values
  205. >>>2600 beshort&0x1f0 0x030 \b, 4 bit
  206. >>>2600 beshort&0x1f0 0x050 \b, 6 bit
  207. >>>2600 beshort&0x1f0 0x070 \b, 8 bit
  208. >>>2600 beshort&0x1f0 0x0b0 \b, 12 bit
  209. >>>2600 beshort&0x1f0 0x0f0 \b, 16 bit
  210. >>>2600 beshort&0x1f0 0x170 \b, 24 bit
  211. >>>2600 byte&0xe 0x0 \b, mono
  212. >>>2600 byte&0xe 0x2 \b, stereo
  213. >>>2600 byte&0xe 0x4 \b, 3 channels
  214. >>>2600 byte&0xe 0x6 \b, 4 channels
  215. >>>2600 byte&0xe 0x8 \b, 5 channels
  216. >>>2600 byte&0xe 0xa \b, 6 channels
  217. >>>2600 byte&0xe 0xc \b, 7 channels
  218. >>>2600 byte&0xe 0xe \b, 8 channels
  219. # some common sample rates
  220. >>>2597 belong&0xfffff0 0x0ac440 \b, 44.1 kHz
  221. >>>2597 belong&0xfffff0 0x0bb800 \b, 48 kHz
  222. >>>2597 belong&0xfffff0 0x07d000 \b, 32 kHz
  223. >>>2597 belong&0xfffff0 0x056220 \b, 22.05 kHz
  224. >>>2597 belong&0xfffff0 0x05dc00 \b, 24 kHz
  225. >>>2597 belong&0xfffff0 0x03e800 \b, 16 kHz
  226. >>>2597 belong&0xfffff0 0x02b110 \b, 11.025 kHz
  227. >>>2597 belong&0xfffff0 0x02ee00 \b, 12 kHz
  228. >>>2597 belong&0xfffff0 0x01f400 \b, 8 kHz
  229. >>>2597 belong&0xfffff0 0x177000 \b, 96 kHz
  230. >>>2597 belong&0xfffff0 0x0fa000 \b, 64 kHz
  231. >>>2601 byte&0xf >0 \b, >4G samples
  232. >2584 string !fLaC \b, MP3 encoding
  233. # NSF (NES sound file) magic
  234. 0 string NESM\x1a NES Sound File
  235. >14 string >\0 ("%s" by
  236. >46 string >\0 %s, copyright
  237. >78 string >\0 %s),
  238. >5 byte x version %d,
  239. >6 byte x %d tracks,
  240. >122 byte&0x2 =1 dual PAL/NTSC
  241. >122 byte&0x1 =1 PAL
  242. >122 byte&0x1 =0 NTSC
  243. # Impulse tracker module (audio/x-it)
  244. 0 string IMPM Impulse Tracker module sound data -
  245. >4 string >\0 "%s"
  246. >40 leshort !0 compatible w/ITv%x
  247. >42 leshort !0 created w/ITv%x
  248. # Imago Orpheus module (audio/x-imf)
  249. 60 string IM10 Imago Orpheus module sound data -
  250. >0 string >\0 "%s"
  251. # From <collver1@attbi.com>
  252. # These are the /etc/magic entries to decode modules, instruments, and
  253. # samples in Impulse Tracker's native format.
  254. 0 string IMPS Impulse Tracker Sample
  255. >18 byte &2 16 bit
  256. >18 byte ^2 8 bit
  257. >18 byte &4 stereo
  258. >18 byte ^4 mono
  259. 0 string IMPI Impulse Tracker Instrument
  260. >28 leshort !0 ITv%x
  261. >30 byte !0 %d samples
  262. # Yamaha TX Wave: file(1) magic for Yamaha TX Wave audio files
  263. # From <collver1@attbi.com>
  264. 0 string LM8953 Yamaha TX Wave
  265. >22 byte 0x49 looped
  266. >22 byte 0xC9 non-looped
  267. >23 byte 1 33kHz
  268. >23 byte 2 50kHz
  269. >23 byte 3 16kHz
  270. # scream tracker: file(1) magic for Scream Tracker sample files
  271. #
  272. # From <collver1@attbi.com>
  273. 76 string SCRS Scream Tracker Sample
  274. >0 byte 1 sample
  275. >0 byte 2 adlib melody
  276. >0 byte >2 adlib drum
  277. >31 byte &2 stereo
  278. >31 byte ^2 mono
  279. >31 byte &4 16bit little endian
  280. >31 byte ^4 8bit
  281. >30 byte 0 unpacked
  282. >30 byte 1 packed
  283. # audio
  284. # From: Cory Dikkers <cdikkers@swbell.net>
  285. 0 string MMD0 MED music file, version 0
  286. 0 string MMD1 OctaMED Pro music file, version 1
  287. 0 string MMD3 OctaMED Soundstudio music file, version 3
  288. 0 string OctaMEDCmpr OctaMED Soundstudio compressed file
  289. 0 string MED MED_Song
  290. 0 string SymM Symphonie SymMOD music file
  291. #
  292. 0 string THX AHX version
  293. >3 byte =0 1 module data
  294. >3 byte =1 2 module data
  295. #
  296. 0 string OKTASONG Oktalyzer module data
  297. #
  298. 0 string DIGI\ Booster\ module\0 %s
  299. >20 byte >0 %c
  300. >>21 byte >0 \b%c
  301. >>>22 byte >0 \b%c
  302. >>>>23 byte >0 \b%c
  303. >610 string >\0 \b, "%s"
  304. #
  305. 0 string DBM0 DIGI Booster Pro Module
  306. >4 byte >0 V%X.
  307. >>5 byte x \b%02X
  308. >16 string >\0 \b, "%s"
  309. #
  310. 0 string FTMN FaceTheMusic module
  311. >16 string >\0d \b, "%s"
  312. # From: <doj@cubic.org> 2003-06-24
  313. 0 string AMShdr\32 Velvet Studio AMS Module v2.2
  314. 0 string Extreme Extreme Tracker AMS Module v1.3
  315. 0 string DDMF Xtracker DMF Module
  316. >4 byte x v%i
  317. >0xD string >\0 Title: "%s"
  318. >0x2B string >\0 Composer: "%s"
  319. 0 string DSM\32 Dynamic Studio Module DSM
  320. 0 string SONG DigiTrekker DTM Module
  321. 0 string DMDL DigiTrakker MDL Module
  322. 0 string PSM\32 Protracker Studio PSM Module
  323. 44 string PTMF Poly Tracker PTM Module
  324. >0 string >\32 Title: "%s"
  325. 0 string MT20 MadTracker 2.0 Module MT2
  326. 0 string RAD\40by\40REALiTY!! RAD Adlib Tracker Module RAD
  327. 0 string RTMM RTM Module
  328. 0x426 string MaDoKaN96 XMS Adlib Module
  329. >0 string >\0 Composer: "%s"
  330. 0 string AMF AMF Module
  331. >4 string >\0 Title: "%s"
  332. 0 string MODINFO1 Open Cubic Player Module Inforation MDZ
  333. 0 string Extended\40Instrument: Fast Tracker II Instrument
  334. # From: Takeshi Hamasaki <hma@syd.odn.ne.jp>
  335. # NOA Nancy Codec file
  336. 0 string \210NOA\015\012\032 NOA Nancy Codec Movie file
  337. # Yamaha SMAF format
  338. 0 string MMMD Yamaha SMAF file
  339. # Sharp Jisaku Melody format for PDC
  340. 0 string \001Sharp\040JisakuMelody SHARP Cell-Phone ringing Melody
  341. >20 string Ver01.00 Ver. 1.00
  342. >>32 byte x , %d tracks
  343. # Free lossless audio codec <http://flac.sourceforge.net>
  344. # From: Przemyslaw Augustyniak <silvathraec@rpg.pl>
  345. 0 string fLaC FLAC audio bitstream data
  346. >4 byte&0x7f >0 \b, unknown version
  347. >4 byte&0x7f 0 \b
  348. # some common bits/sample values
  349. >>20 beshort&0x1f0 0x030 \b, 4 bit
  350. >>20 beshort&0x1f0 0x050 \b, 6 bit
  351. >>20 beshort&0x1f0 0x070 \b, 8 bit
  352. >>20 beshort&0x1f0 0x0b0 \b, 12 bit
  353. >>20 beshort&0x1f0 0x0f0 \b, 16 bit
  354. >>20 beshort&0x1f0 0x170 \b, 24 bit
  355. >>20 byte&0xe 0x0 \b, mono
  356. >>20 byte&0xe 0x2 \b, stereo
  357. >>20 byte&0xe 0x4 \b, 3 channels
  358. >>20 byte&0xe 0x6 \b, 4 channels
  359. >>20 byte&0xe 0x8 \b, 5 channels
  360. >>20 byte&0xe 0xa \b, 6 channels
  361. >>20 byte&0xe 0xc \b, 7 channels
  362. >>20 byte&0xe 0xe \b, 8 channels
  363. # some common sample rates
  364. >>17 belong&0xfffff0 0x0ac440 \b, 44.1 kHz
  365. >>17 belong&0xfffff0 0x0bb800 \b, 48 kHz
  366. >>17 belong&0xfffff0 0x07d000 \b, 32 kHz
  367. >>17 belong&0xfffff0 0x056220 \b, 22.05 kHz
  368. >>17 belong&0xfffff0 0x05dc00 \b, 24 kHz
  369. >>17 belong&0xfffff0 0x03e800 \b, 16 kHz
  370. >>17 belong&0xfffff0 0x02b110 \b, 11.025 kHz
  371. >>17 belong&0xfffff0 0x02ee00 \b, 12 kHz
  372. >>17 belong&0xfffff0 0x01f400 \b, 8 kHz
  373. >>17 belong&0xfffff0 0x177000 \b, 96 kHz
  374. >>17 belong&0xfffff0 0x0fa000 \b, 64 kHz
  375. >>21 byte&0xf >0 \b, >4G samples
  376. >>21 byte&0xf 0 \b
  377. >>>22 belong >0 \b, %u samples
  378. >>>22 belong 0 \b, length unknown
  379. # (ISDN) VBOX voice message file (Wolfram Kleff)
  380. 0 string VBOX VBOX voice message data
  381. # ReBorn Song Files (.rbs)
  382. # David J. Singer <doc@deadvirgins.org.uk>
  383. 8 string RB40 RBS Song file
  384. >29 string ReBorn created by ReBorn
  385. >37 string Propellerhead created by ReBirth
  386. # Synthesizer Generator and Kimwitu share their file format
  387. 0 string A#S#C#S#S#L#V#3 Synthesizer Generator or Kimwitu data
  388. # Kimwitu++ uses a slightly different magic
  389. 0 string A#S#C#S#S#L#HUB Kimwitu++ data
  390. # From "Simon Hosie
  391. 0 string TFMX-SONG TFMX module sound data
  392. # Monkey's Audio compressed audio format (.ape)
  393. # From danny.milo@gmx.net (Danny Milosavljevic)
  394. # New version from Abel Cheung <abel (@) oaka.org>
  395. 0 string MAC\040 Monkey's Audio compressed format
  396. >4 uleshort >0x0F8B version %d
  397. >>(0x08.l) uleshort =1000 with fast compression
  398. >>(0x08.l) uleshort =2000 with normal compression
  399. >>(0x08.l) uleshort =3000 with high compression
  400. >>(0x08.l) uleshort =4000 with extra high compression
  401. >>(0x08.l) uleshort =5000 with insane compression
  402. >>(0x08.l+18) uleshort =1 \b, mono
  403. >>(0x08.l+18) uleshort =2 \b, stereo
  404. >>(0x08.l+20) ulelong x \b, sample rate %d
  405. >4 uleshort <0x0F8C version %d
  406. >>6 uleshort =1000 with fast compression
  407. >>6 uleshort =2000 with normal compression
  408. >>6 uleshort =3000 with high compression
  409. >>6 uleshort =4000 with extra high compression
  410. >>6 uleshort =5000 with insane compression
  411. >>10 uleshort =1 \b, mono
  412. >>10 uleshort =2 \b, stereo
  413. >>12 ulelong x \b, sample rate %d
  414. # adlib sound files
  415. # From Gürkan Sengün <gurkan@linuks.mine.nu>, http://www.linuks.mine.nu
  416. 0 string RAWADATA RdosPlay RAW
  417. 1068 string RoR AMUSIC Adlib Tracker
  418. 0 string JCH EdLib
  419. 0 string mpu401tr MPU-401 Trakker
  420. 0 string SAdT Surprise! Adlib Tracker
  421. >4 byte x Version %d
  422. 0 string XAD! eXotic ADlib
  423. 0 string ofTAZ! eXtra Simple Music
  424. # Spectrum 128 tunes (.ay files).
  425. # From: Emanuel Haupt <ehaupt@critical.ch>
  426. 0 string ZXAYEMUL Spectrum 128 tune
  427. 0 string \0BONK BONK,
  428. #>5 byte x version %d
  429. >14 byte x %d channel(s),
  430. >15 byte =1 lossless,
  431. >15 byte =0 lossy,
  432. >16 byte x mid-side
  433. 384 string LockStream LockStream Embedded file (mostly MP3 on old Nokia phones)
  434. # format VQF (proprietary codec for sound)
  435. # some infos on the header file available at :
  436. # http://www.twinvq.org/english/technology_format.html
  437. 0 string TWIN97012000 VQF data
  438. >27 short 0 \b, Mono
  439. >27 short 1 \b, Stereo
  440. >31 short >0 \b, %d kbit/s
  441. >35 short >0 \b, %d kHz
  442. # Nelson A. de Oliveira (naoliv@gmail.com)
  443. # .eqf
  444. 0 string Winamp\ EQ\ library\ file %s
  445. # it will match only versions like v<digit>.<digit>
  446. # Since I saw only eqf files with version v1.1 I think that it's OK
  447. >23 string x \b%.4s
  448. # .preset
  449. 0 string [Equalizer\ preset] XMMS equalizer preset
  450. # .m3u
  451. 0 string #EXTM3U M3U playlist
  452. # .pls
  453. 0 string [playlist] PLS playlist
  454. # licq.conf
  455. 1 string [licq] LICQ configuration file
  456. # Atari ST audio files by Dirk Jagdmann <doj@cubic.org>
  457. 0 string ICE! SNDH Atari ST music
  458. 0 string SC68\ Music-file\ /\ (c)\ (BeN)jami sc68 Atari ST music
  459. # musepak support From: "Jiri Pejchal" <jiri.pejchal@gmail.com>
  460. 0 string MP+ Musepack audio
  461. >3 byte 255 \b, SV pre8
  462. >3 byte&0xF 0x6 \b, SV 6
  463. >3 byte&0xF 0x8 \b, SV 8
  464. >3 byte&0xF 0x7 \b, SV 7
  465. >>3 byte&0xF0 0x0 \b.0
  466. >>3 byte&0xF0 0x10 \b.1
  467. >>3 byte&0xF0 240 \b.15
  468. >>10 byte&0xF0 0x0 \b, no profile
  469. >>10 byte&0xF0 0x10 \b, profile 'Unstable/Experimental'
  470. >>10 byte&0xF0 0x50 \b, quality 0
  471. >>10 byte&0xF0 0x60 \b, quality 1
  472. >>10 byte&0xF0 0x70 \b, quality 2 (Telephone)
  473. >>10 byte&0xF0 0x80 \b, quality 3 (Thumb)
  474. >>10 byte&0xF0 0x90 \b, quality 4 (Radio)
  475. >>10 byte&0xF0 0xA0 \b, quality 5 (Standard)
  476. >>10 byte&0xF0 0xB0 \b, quality 6 (Xtreme)
  477. >>10 byte&0xF0 0xC0 \b, quality 7 (Insane)
  478. >>10 byte&0xF0 0xD0 \b, quality 8 (BrainDead)
  479. >>10 byte&0xF0 0xE0 \b, quality 9
  480. >>10 byte&0xF0 0xF0 \b, quality 10
  481. >>27 byte 0x0 \b, Buschmann 1.7.0-9, Klemm 0.90-1.05
  482. >>27 byte 102 \b, Beta 1.02
  483. >>27 byte 104 \b, Beta 1.04
  484. >>27 byte 105 \b, Alpha 1.05
  485. >>27 byte 106 \b, Beta 1.06
  486. >>27 byte 110 \b, Release 1.1
  487. >>27 byte 111 \b, Alpha 1.11
  488. >>27 byte 112 \b, Beta 1.12
  489. >>27 byte 113 \b, Alpha 1.13
  490. >>27 byte 114 \b, Beta 1.14
  491. >>27 byte 115 \b, Alpha 1.15
  492. # IMY
  493. # from http://filext.com/detaillist.php?extdetail=IMY
  494. # http://cellphones.about.com/od/cellularfaqs/f/rf_imelody.htm
  495. # http://download.ncl.ie/doc/api/ie/ncl/media/music/IMelody.html
  496. # http://www.wx800.com/msg/download/irda/iMelody.pdf
  497. 0 string BEGIN:IMELODY iMelody Ringtone Format
  498. # From: Matthew Flaschen <matthew.flaschen@gatech.edu>
  499. 0 string #EXTM3U M3U playlist text