]> granicus.if.org Git - file/commitdiff
Added Portable Sound Format. (GerbiSoft)
authorChristos Zoulas <christos@zoulas.com>
Sat, 23 Feb 2019 01:16:23 +0000 (01:16 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sat, 23 Feb 2019 01:16:23 +0000 (01:16 +0000)
magic/Magdir/audio

index 27bdbba51b590a569ae6adcfcf4a515b4bd4a364..1802acaff4a37cac08e34a3bef5e6fdadc2862a6 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: audio,v 1.99 2019/02/23 01:16:22 christos Exp $
+# $File: audio,v 1.100 2019/02/23 01:16:23 christos Exp $
 # audio:  file(1) magic for sound formats (see also "iff")
 #
 # Jan Nicolai Langfeldt (janl@ifi.uio.no), Dan Quinlan (quinlan@yggdrasil.com),
 # Sony PlayStation Audio (.xa)
 0      leshort 0x4158  Sony PlayStation Audio
 
+# Portable Sound Format
+# Used for audio rips for various consoles.
+# http://fileformats.archiveteam.org/wiki/Portable_Sound_Format
+# Added by David Korth <gerbilsoft@gerbilsoft.com>
+0      string  PSF     Portable Sound Format
+>3     byte    0x01    (Sony PlayStation)
+>3     byte    0x02    (Sony PlayStation 2)
+>3     byte    0x11    (Sega Saturn)
+>3     byte    0x12    (Sega Dreamcast)
+>3     byte    0x13    (Sega Mega Drive)
+>3     byte    0x21    (Nintendo 64)
+>3     byte    0x22    (Game Boy Advance)
+>3     byte    0x23    (Super NES)
+>3     byte    0x41    (Capcom QSound)