ref: d1c93aa5ef421077ac4516d14179b63ff05f1fbf
parent: 3c2aa508a3d01ec1d572d778eb358a5cf72bc87b
author: Erik de Castro Lopo <erikd@miles>
date: Sat May 7 05:38:53 EDT 2005
Make medium quality sinc the default converter and add this info to the help text.
--- a/examples/sndfile-resample.c
+++ b/examples/sndfile-resample.c
@@ -62,7 +62,7 @@
usage_exit (argv [0]) ;
/* Set default converter. */
- converter = SRC_SINC_BEST_QUALITY ;
+ converter = SRC_SINC_MEDIUM_QUALITY ;
for (k = 1 ; k < argc - 2 ; k++)
{ if (strcmp (argv [k], "--max-speed") == 0)
@@ -280,7 +280,7 @@
puts (
" The optional -c argument allows the converter type to be chosen from\n"
- " the following list :"
+ " the following list (Sinc medium quality is the default) :"
"\n"
) ;