From a5d3ca91c5a37f916c558aedeabc320920b95ddf Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 15 Apr 2024 04:15:37 -0400 Subject: soxdial: tweak doc. --- soxdial | 12 ++++++------ 1 file 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 -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 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> -- cgit v1.2.3