shithub: sox

Download patch

ref: ec34100260fc9d49a63f2d5d48940a5a0c25bb8e
parent: f92c586f62698e39f8323a46f19d7c45035c3be6
author: robs <robs>
date: Sun May 13 11:59:20 EDT 2007

Update report message

--- a/src/wav.c
+++ b/src/wav.c
@@ -1326,7 +1326,7 @@
 
             break;
         default:
-            sox_report("Do not support %s in WAV files.  Forcing to Signed Words.",sox_sizes_str[(unsigned char)ft->signal.size]);
+            sox_report("Do not support %s data in WAV files.  Forcing to Signed 16-bit.",sox_sizes_str[(unsigned char)ft->signal.size]);
             ft->signal.encoding = SOX_ENCODING_SIGN2;
             ft->signal.size = SOX_SIZE_16BIT;
             wBitsPerSample = 16;