summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdatasets/dataset.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/datasets/dataset.pl b/datasets/dataset.pl
index 3b02199..532a172 100755
--- a/datasets/dataset.pl
+++ b/datasets/dataset.pl
@@ -3,10 +3,10 @@
use strict;
use Getopt::Std;
-our $opt_c;
-our $opt_j;
-getopts('c'); # normalize the file
-getopts('j'); # jitter the pitch of each subsample by N rather than repitching big chunks
+our $opt_c; # normalize the file
+our $opt_j; # jitter the pitch of each subsample by N rather than repitching big chunks
+getopts('cj:');
+
print "<<<< DATASET >>>>\n";
my $fmt = <<FMT;