[Bug 267908] audio/sox man page broken badly.

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Nov 2022 23:38:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267908

--- Comment #2 from dgilbert@eicat.ca ---
I thought this section with the examples was more readable at one point.

          sox -r 16k -e signed -b 8 -c 1 voice-memo.raw voice-memo.wav
       converts `raw' (a.k.a. `headerless') audio to  a  self-describing  file
       format,
          sox slow.aiff fixed.aiff speed 1.027
       adjusts audio speed,
          sox short.wav long.wav longer.wav
       concatenates two audio files, and
          sox -m music.mp3 voice.wav mixed.flac
       mixes together two audio files.
          play "The Moonbeams/Greatest/*.ogg" bass +3
       plays  a  collection of audio files whilst applying a bass boosting ef-
       fect,
          play -n -c1 synth sin %-12 sin %-9 sin %-5 sin %-2 fade h 0.1 1 0.1
       plays a synthesised `A minor seventh' chord with a pipe-organ sound,
          rec -c 2 radio.aiff trim 0 30:00
       records half an hour of stereo audio, and
          play -q take1.aiff & rec -M take1.aiff take1-dub.aiff
       (with POSIX shell and where supported by hardware) records a new  track
       in a multi-track recording.  Finally,

-- 
You are receiving this mail because:
You are the assignee for the bug.