.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH MULTIMON 1 "June 19, 2000" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME gen \- program to generate test files of radio transmission modulation .SH SYNOPSIS .B gen .RI [ options ]\ output_file .SH DESCRIPTION This manual page documents briefly the .B gen .br command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBmultimon\fP is a program that decodes radio transmissions, \fBgen\fP generates modulated files suitable for decoding with \fBmultimon\fP. .SH OPTIONS .TP .B \-t output file type (any other type than raw requires sox). .br allowed types: raw aiff au hcom sf voc cdr dat smp wav maud vwe .TP .B \-a amplitude. .TP .B \-d encode DTMF string. .TP .B \-z encode ZVEI string. .TP .B \-s encode sine of given frequency. .TP .B \-p encode hdlc packet using specified text. .SH EXAMPLE Create a file /tmp/message.wav containing sound samples of packet radio message: .br gen \-p "This is a message." \-t raw /tmp/message.wav .PP To dial a number directly to the sound card output: .br gen \-d 8675309 .SH SEE ALSO .BR multimon (1) .SH AUTHOR This manual page was written by A. Maitland Bottoms , for the Debian GNU/Linux system (but may be used by others).