Home | History | Annotate | Line # | Download | only in magdir
modem revision 1.1
      1 #------------------------------------------------------------------------------
      2 # modem:  file(1) magic for modem programs
      3 #
      4 # From: Florian La Roche <florian (a] knorke.saar.de>
      5 4	string		Research,	Digifax-G3-File
      6 >29	byte		1		, fine resolution
      7 >29	byte		0		, normal resolution
      8 
      9 0	short		0x0100		raw G3 data, byte-padded
     10 0	short		0x1400		raw G3 data
     11 #
     12 # Magic data for vgetty voice formats
     13 # (Martin Seine & Marc Eberhard)
     14 
     15 #
     16 # raw modem data version 1
     17 #
     18 0    string    RMD1      raw modem data
     19 >4   string    >\0       (%s /
     20 >20  short     >0        compression type 0x%04x)
     21 
     22 #
     23 # portable voice format 1
     24 #
     25 0    string    PVF1\n         portable voice format
     26 >5   string    >\0       (binary %s)
     27 
     28 #
     29 # portable voice format 2
     30 #
     31 0    string    PVF2\n         portable voice format
     32 >5   string >\0          (ascii %s)
     33 
     34