nausea

curses audio visualizer
git clone git://git.2f30.org/nausea
Log | Files | Refs | README | LICENSE

commit 49da46e89a0f47715cb08e9f1f7e5a7f3c603016
parent 02d51abc710f4284c768b4a8e3b62e2ceca017d0
Author: lostd <lostd@2f30.org>
Date:   Fri, 22 Nov 2013 21:05:34 +0200

Rewrite manpage using the mdoc format

Diffstat:
Mspectrum.1 | 42+++++++++++++++++++++++++-----------------
1 file changed, 25 insertions(+), 17 deletions(-)

diff --git a/spectrum.1 b/spectrum.1 @@ -1,20 +1,28 @@ -.TH SPECTRUM 1 -.SH NAME -spectrum \- curses audio visualizer -.SH SYNOPSIS -.B spectrum [ \-hcp ] [ fifo ] -.SH DESCRIPTION -.B spectrum -performs a discrete fourier transform and plots the spectrogram in real time -using curses. The current implementation expects the input stream to be 44.1kHz, -16-bit little endian and 2 channels. The default fifo path is `/tmp/audio.fifo'. -.SH OPTIONS -.TP -.B \-h +.Dd Nov 22, 2013 +.Dt SPECTRUM 1 +.Os +.Sh NAME +.Nm spectrum +.Nd curses audio visualizer +.Sh SYNOPSIS +.Nm spectrum +.Op Fl hcp +.Op Ar fifo +.Sh DESCRIPTION +The +.Nm +program performs a discrete fourier transform and plots the spectrogram +in real time using curses. The current implementation expects the input +stream to be 44.1kHz, 16-bit little endian and 2 channels. The default +.Ar fifo +path is +.Pa /tmp/audio.fifo . +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl h Show usage line. -.TP -.B \-c +.It Fl c Enable color support. -.TP -.B \-p +.It Fl p Enable falling peaks.