diff options
author | Dan Nelson <dnelson@allantgroup.com> | 2022-11-25 07:35:15 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-25 17:42:33 +0100 |
commit | 0613b0fd68faf2d13925745831b046ed306dbbb8 (patch) | |
tree | 9c6b978000c437f0326d4028aeeb135de1a97624 /audio/sox/files/patch-sox.1 | |
parent | net/rospo: update to 0.10.1 (diff) |
audio/sox: fix man page.
Rename custom macros.
Use \fB..\fR to let mandoc(1) run without warnings.
PR: 267908
Reported by: dgilbert@eicat.ca
Diffstat (limited to 'audio/sox/files/patch-sox.1')
-rw-r--r-- | audio/sox/files/patch-sox.1 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/audio/sox/files/patch-sox.1 b/audio/sox/files/patch-sox.1 new file mode 100644 index 000000000000..3628e76db25b --- /dev/null +++ b/audio/sox/files/patch-sox.1 @@ -0,0 +1,26 @@ +--- sox.1.orig 2021-05-09 20:19:07 UTC ++++ sox.1 +@@ -3531,8 +3531,7 @@ The average of the absolute value of each sample in th + T} + Mean amplitude \(S1/\s-2n\s+2\^\(*S\^\fIx\s-2\dk\u\s0\fR T{ + The average of each sample in the audio. If this figure is non-zero, then it indicates the +-presence of a D.C. offset (which could be removed using the +-.B dcshift ++presence of a D.C. offset (which could be removed using the \fBdcshift\fR + effect). + T} + RMS amplitude \(sr(\(S1/\s-2n\s+2\^\(*S\^\fIx\s-2\dk\u\s0\fR\(S2) T{ +@@ -3545,11 +3544,9 @@ Mean delta \(S1/\s-2n\-1\s+2\^\(*S\^\^\(br\^\fIx\s-2\d + RMS delta \(sr(\(S1/\s-2n\-1\s+2\^\(*S\^(\fIx\s-2\dk\u\s0\fR\^\-\^\fIx\s-2\dk\-1\u\s0\fR)\(S2) + Rough frequency \ In Hz. + Volume Adjustment \ T{ +-The parameter to the +-.B vol ++The parameter to the \fBvol\fR + effect which would make the audio as loud as possible without clipping. +-Note: See the discussion on +-.B Clipping ++Note: See the discussion on \fBClipping\fR + above for reasons why it is rarely a good idea actually to do this. + T} + .TE |