diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-09 07:53:47 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-01-09 07:53:47 +0100 |
commit | 60ee15b4e2aca4b4e941bb21aa0d584c8b725ff1 (patch) | |
tree | d1766f3a14f82e9838d4a2d34406a5e9178c33d9 /sys/man/1/audio | |
parent | d1665eaf4df7dbdfef4e349b73bb1082bae18828 (diff) |
audio(1): various cleanups
Diffstat (limited to 'sys/man/1/audio')
-rw-r--r-- | sys/man/1/audio | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/sys/man/1/audio b/sys/man/1/audio index 4d1001a4a..2dd49660a 100644 --- a/sys/man/1/audio +++ b/sys/man/1/audio @@ -161,58 +161,56 @@ set sampling frequency of output file (in KHz) to .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" 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 @@ options specify the input and output format 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 @@ specifies the number of channels .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 @@ until it reached end of file or, if was given, a number of .I length bytes have been consumed from input. - .SH EXAMPLE Play back an .L .mp3 |