Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2022 23:38:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267908] audio/sox man page broken badly.
Message-ID:  <bug-267908-7788-fjxXwL5T05@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267908-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267908-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267908

--- 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  f=
ile
       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  tr=
ack
       in a multi-track recording.  Finally,

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267908-7788-fjxXwL5T05>