diff options
-rwxr-xr-x | soxdial | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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> |