tags 676143 + fixed-upstream
thanks

Frank Heckenbach <[email protected]>:

The following error message is misleading:
%sox -r441000 -s foo.raw foo.wav
sox FAIL formats: bad input format for file `foo.raw': data encoding was not specified
since the encoding (-s) was actually specified. What's missing is
the sample size, but it took me to RTFS to find out what it wanted.

The patch below changes the wording to make it clearer.

Thanks, I've adopted the new wording upstream.

Also, it fixes a bad line break in the help output, since
"floating-point" is an actual value for the argument.

This had already been changed in the course of removing the deprecated -o/a/etc. options. The relevant part of the help message is now:

-e|--encoding ENCODING   Set encoding (ENCODING may be one of signed-integer,
                         unsigned-integer, floating-point, mu-law, a-law,
                         ima-adpcm, ms-adpcm, gsm-full-rate)

Ulrich


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to