Add Debian source format file
[wdq2wav.git] / wdq2wav.1
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .TH WDQ2WAV 1 "March 5, 2003"
3 .SH NAME
4 wdq2wav \- convert a WinDAQ file channel to a wav file
5 .SH SYNOPSIS
6 .B wdq2wav [OPTIONS] windaq-file channel-number wav-file 
7 .SH DESCRIPTION
8 .B wdq2wav
9 extracts a channel from a WinDAQ file and produces a .wav file.
10
11 If the command line parameters of the windaq-file, channel-number, 
12 and wav-file are not given, then the program will prompt the user
13 to enter those values when the program is run.
14
15 .SH OPTIONS
16 .TP
17 .B \-p
18 Play channel through audio system
19 .TP
20 .B \-m
21 Do not demean. (Don't subtract the mean of the samples from each sample.)
22 .TP
23 .B \-z
24 Scale the .wav file output 
25 .B *without* 
26 preservation of the zero value
27 .TP
28 .B \-v
29 Verbose mode
30 .TP
31 .B \-q
32 Quiet mode
33 .TP
34 .B \-h
35 Show summary of options.
36 .TP
37 .B \-r
38 Show version of program.
39 .SH AUTHOR
40 wdq2wav and this manual page were written by Kevin M. Rosenberg 
41 <kevin@rosenberg.net>.