diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-25 00:22:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-25 00:22:58 +0200 |
| commit | 8b74f5761446413408bb8f4ebca7192eca43b6fc (patch) | |
| tree | 684ef5b98791a9d74d129842c052fea00c0c7346 /datasets/dataset.pl | |
| parent | 481a683899a10fa32d5d1f7c2e083c19e7e0a110 (diff) | |
glob
Diffstat (limited to 'datasets/dataset.pl')
| -rwxr-xr-x | datasets/dataset.pl | 8 |
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; |
