aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-15 04:15:37 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-15 04:15:37 -0400
commita5d3ca91c5a37f916c558aedeabc320920b95ddf (patch)
treecebbf806c76f184ade37c83b9edecff9fd7f5d68
parenta072f5a49e533dfdb274e5890978a575b9da7e9a (diff)
downloadsoxdial-a5d3ca91c5a37f916c558aedeabc320920b95ddf.tar.gz
soxdial: tweak doc.
-rwxr-xr-xsoxdial12
1 files changed, 6 insertions, 6 deletions
diff --git a/soxdial b/soxdial
index 1700f32..da693a6 100755
--- a/soxdial
+++ b/soxdial
@@ -81,12 +81,12 @@ before any dial strings or dial options.
=item B<-o>, B<--output> I<output>
-Write sox's output to a file, rather than playing it. The file format
-is determined by the filename extension. Use B<.wav> for RIFF WAVE
-output, B<.flac> for FLAC, B<.ogg> for Ogg Vorbis, or anything else
-(including no extension) for raw audio samples. The special filename
-B<-> writes raw samples to standard output. Note that nothing else
-ever gets written to standard output, so you won't get verbose
+Write sox's output to a file, rather than playing it. B<sox> uses
+the the filename extension to determine the file format: use B<.wav>
+for RIFF WAVE output, B<.flac> for FLAC, B<.ogg> for Ogg Vorbis,
+B<.raw> (or no extension) for raw audio samples, etc. The special
+filename B<-> writes raw samples to standard output. Note that nothing
+else ever gets written to standard output, so you won't get verbose
messages mixed with audio samples.
=item B<--stdout>