From 8b74f5761446413408bb8f4ebca7192eca43b6fc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 25 May 2018 00:22:58 +0200 Subject: glob --- datasets/dataset.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'datasets/dataset.pl') 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 = <