From edcd5b449b8711db8e447e1d8bb8ddf3866e7b62 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 28 Feb 2003 04:26:49 +0000 Subject: [PATCH] r4133: *** empty log message *** --- Makefile | 4 +- wdq2wav.html | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++ wdq2wav.txt | 36 ------------ 3 files changed, 162 insertions(+), 38 deletions(-) create mode 100644 wdq2wav.html delete mode 100644 wdq2wav.txt diff --git a/Makefile b/Makefile index 6335ee8..997e84f 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ compile: wdq2wav wdq2wav.txt debug: g++ -Wall -g -I. $(base).cpp -o $(base) -wdq2wav.txt: wdq2wav.1 - groff -man -Tascii wdq2wav.1 > wdq2wav.txt +wdq2wav.html: wdq2wav.1 + groff -man -Thtml wdq2wav.1 > wdq2wav.html wdq2wav: wdq2wav.cpp wdq2wav.h g++ -Wall -DLINUX -O2 -I. $(base).cpp -o $(base) diff --git a/wdq2wav.html b/wdq2wav.html new file mode 100644 index 0000000..ff0ab5b --- /dev/null +++ b/wdq2wav.html @@ -0,0 +1,160 @@ + + + + + + +WDQ2WAV + + + +

WDQ2WAV

+NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+AUTHOR
+ +
+ +

NAME

+ + + + + +
+

wdq2wav − convert a WinDAQ file channel to a wav +file

+
+ +

SYNOPSIS

+ + + + + +
+

wdq2wav [OPTIONS] windaq-file channel-number +wav-file

+
+ +

DESCRIPTION

+ + + + + +
+

wdq2wav extracts a channel from a WinDAQ file and +produces a .wav file.

+ +

If the command line parameters of the windaq-file, +channel-number, and wav-file are not given, then the program +will prompt the user to enter thos values when the program +is run.

+
+ +

OPTIONS

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

−p

+
+ +

Play channel through audio system

+
+ +

−m

+
+ +

Demean: subtract the mean of the samples from each +sample. Selecting this option automatically sets the +−z option.

+
+ +

−z

+
+ +

Scale the .wav file output with preservation of the zero +value

+
+ +

−v

+
+ +

Verbose mode

+
+ +

−q

+
+ +

Quiet mode

+
+ +

−h

+
+ +

Show summary of options.

+
+ +

−r

+
+ +

Show version of program.

+
+ +

AUTHOR

+ + + + + +
+

This manual page was written by Kevin M. Rosenberg +<kevin@rosenberg.net>.

+
+
+ + diff --git a/wdq2wav.txt b/wdq2wav.txt deleted file mode 100644 index 1c33dcc..0000000 --- a/wdq2wav.txt +++ /dev/null @@ -1,36 +0,0 @@ -WDQ2WAV(1) WDQ2WAV(1) - - - -NNAAMMEE - wdq2wav - convert a WinDAQ file channel to a wav file - -SSYYNNOOPPSSIISS - wwddqq22wwaavv [[OOPPTTIIOONNSS]] wwiinnddaaqq--ffiillee cchhaannnneell--nnuummbbeerr wwaavv--ffiillee - -DDEESSCCRRIIPPTTIIOONN - wwddqq22wwaavv extracts a channel from a WinDAQ file and produces a .wav file. - - If the command line parameters of the windaq-file, channel-number, and - wav-file are not given, then the program will prompt the user to enter - thos values when the program is run. - - -OOPPTTIIOONNSS - --pp Play channel through audio system - - --vv Verbose mode - - --qq Quiet mode - - --hh Show summary of options. - - --rr Show version of program. - -AAUUTTHHOORR - This manual page was written by Kevin M. Rosenberg . - - - - January 20, 2003 WDQ2WAV(1) -- 2.34.1