summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-25 00:22:58 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-25 00:22:58 +0200
commit8b74f5761446413408bb8f4ebca7192eca43b6fc (patch)
tree684ef5b98791a9d74d129842c052fea00c0c7346
parent481a683899a10fa32d5d1f7c2e083c19e7e0a110 (diff)
glob
-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;