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