git: 9front

Download patch

ref: 367177539f8eec47dcc89669fd7ca9a3fb12fdbb
parent: 2f80defb5436952e5ab32ae288135194353a267b
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Wed Jan 9 02:53:47 EST 2013

audio(1): various cleanups

--- a/sys/man/1/audio
+++ b/sys/man/1/audio
@@ -161,25 +161,24 @@
 .IR sfreq ,
 default is input sfreq.
 .TP
-.BI --mp3input
-.I input
+.BI --mp3input " input"
 is an MP3 file
 .
 .SS Silly options
 .TF --nohist
 .TP
-.BI -f
+.B -f
 same as
 .LR "-q 7" .
 Such a deal. 
 .TP
-.BI -o
+.B -o
 mark as non-original (i.e. do not set the original bit)
 .TP
-.BI -c
+.B -c
 mark as copyright
 .TP
-.BI -k
+.B -k
 disable sfb=21 cutoff
 .TP
 .BI -e " emp"
@@ -186,33 +185,32 @@
 de-emphasis n/5/c
 (default n)
 .TP
-.BI -d
+.B -d
 allow channels to have different blocktypes
 .TP
-.BI -t
+.B -t
 disable Xing VBR informational tag
 .TP
-.BI -a
+.B -a
 autoconvert from stereo to mono file for mono encoding
 .TP
-.BI -x
+.B -x
 force byte-swapping of input (see
 .IR dd (1)
 instead)
 .TP
-.BI -S
+.B -S
 don't print progress report, VBR histograms
 .TP
-.BI --athonly
+.B --athonly
 only use the ATH for masking
 .TP
-.BI --nohist
+.B --nohist
 disable VBR histogram display
 .TP
-.BI --voice
+.B --voice
 experimental voice mode
-
-.PP
+.SS
 .I Pcmconv
 is a helper program used to convert various PCM sample formats. The
 .B -i
@@ -223,7 +221,6 @@
 of the conversion.
 .I Fmt
 is a concatinated string of the following parts:
-
 .TP
 .BI s #
 sample format is little-endian signed integer where
@@ -255,7 +252,6 @@
 .TP
 .BI r #
 gives the samplerate in Hz
-
 .PP
 The program reads samples from standard
 input converting the data and writes the result to standard output
@@ -264,7 +260,6 @@
 was given, a number of
 .I length
 bytes have been consumed from input.
-
 .SH EXAMPLE
 Play back an
 .L .mp3
--