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