shithub: libsamplerate

Download patch

ref: 1c2109140514fa74d15a9e7ed8b1b6d3af5e94d5
parent: a8e287b9889b465eb73b4b13f64532a1c5f99a70
author: Erik de Castro Lopo <erikd@miles>
date: Sat Nov 19 05:14:22 EST 2005

timewarp-file.c : Improve usage message.

--- a/examples/timewarp-file.c
+++ b/examples/timewarp-file.c
@@ -195,8 +195,9 @@
 		progname = cptr + 1 ;
 
 	printf ("\n"
-		"  A time warping program using libsndfile for file I/O and Secret \n"
-		"  Rabbit Code (aka libsamplerate) for performing the warping.\n"
+		"  A program demonstrating the time warping capabilities of libsamplerate."
+		"  It uses libsndfile for file I/O and Secret Rabbit Code (aka libsamplerate)"
+		"  for performing the warping.\n"
 		"  It works on any file format supported by libsndfile with any \n"
 		"  number of channels (limited only by host memory).\n"
 		"\n"