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