r4099 - in trunk: . tools



Author: stw
Date: 2006-11-23 07:09:10 -0500 (Thu, 23 Nov 2006)
New Revision: 4099

Modified:
   trunk/ChangeLog
   trunk/TODO
   trunk/tools/bsewavetool.cc
Log:
Thu Nov 23 12:55:14 2006  Stefan Westerfeld  <stefan space twc de>

	* tools/bsewavetool.cc: Improved some help strings.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-11-22 20:48:57 UTC (rev 4098)
+++ trunk/ChangeLog	2006-11-23 12:09:10 UTC (rev 4099)
@@ -1,3 +1,7 @@
+Thu Nov 23 12:55:14 2006  Stefan Westerfeld  <stefan space twc de>
+
+	* tools/bsewavetool.cc: Improved some help strings.
+
 Mon Nov 20 23:39:58 2006  Tim Janik  <timj gtk org>
 
 	* bstusermessage.h, bstusermessage.c: ported to new SFI Msg API.

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2006-11-22 20:48:57 UTC (rev 4098)
+++ trunk/TODO	2006-11-23 12:09:10 UTC (rev 4099)
@@ -780,7 +780,6 @@
 The MCD timeline says:
 + resampling datahandles: resampler state size
 - low pass for wavetool
-- iir test
 - autolooper for wavetool
 - man page for wavetool
 - (1) drum kit

Modified: trunk/tools/bsewavetool.cc
===================================================================
--- trunk/tools/bsewavetool.cc	2006-11-22 20:48:57 UTC (rev 4098)
+++ trunk/tools/bsewavetool.cc	2006-11-23 12:09:10 UTC (rev 4099)
@@ -1743,9 +1743,9 @@
     if (bshort)
       return;
     g_print ("    Apply highpass filter to wave data\n");
-    g_print ("    --freq1 <f>          stopband end freqency [%f]\n", freq1);
+    g_print ("    --freq1 <f>          stopband end freqency in Hz [%f]\n", freq1);
     g_print ("    --freq1-level <db>   stopband attenuation in dB [%f]\n", freq1_level);
-    g_print ("    --freq2 <f>          passband start freqency [%f]\n", freq2);
+    g_print ("    --freq2 <f>          passband start freqency in Hz [%f]\n", freq2);
     /*       "**********1*********2*********3*********4*********5*********6*********7*********" */
   }
   guint
@@ -1809,7 +1809,7 @@
     g_print ("[options]\n");
     if (bshort)
       return;
-    g_print ("    Upsample wave data to twice the sampling frequency.\n");
+    g_print ("    Resample wave data to twice the sampling frequency.\n");
     g_print ("    --precision <bits>      set resampler precision bits [%d]\n", precision_bits);
     g_print ("                            supported precisions: 1, 8, 12, 16, 20, 24\n");
     g_print ("                            1 is a special value for linear interpolation\n");
@@ -1870,7 +1870,7 @@
     g_print ("[options]\n");
     if (bshort)
       return;
-    g_print ("    Downsample wave data to half the sampling frequency.\n");
+    g_print ("    Resample wave data to half the sampling frequency.\n");
     g_print ("    --precision <bits>      set resampler precision bits [%d]\n", precision_bits);
     g_print ("                            supported precisions: 1, 8, 12, 16, 20, 24\n");
     g_print ("                            1 is a special value for linear interpolation\n");




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]