diff audioDB.cpp @ 274:1c76d5f41708 sampling

Let the user specify the number of samples to take on the command-line.
author mas01cr
date Mon, 23 Jun 2008 09:49:22 +0000
parents 40a93d5d462c
children dee55886eca0
line wrap: on
line diff
--- a/audioDB.cpp	Tue Jun 17 12:27:01 2008 +0000
+++ b/audioDB.cpp	Mon Jun 23 09:49:22 2008 +0000
@@ -220,6 +220,7 @@
     if(sequenceLength < 1 || sequenceLength > 1000) {
       error("seqlen out of range: 1 <= seqlen <= 1000");
     }
+    nsamples = args_info.nsamples_arg;
     return 0;
   }