From aadff3e1efd9ec8d12c41c69a136fa4ff479d573 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 25 May 2018 00:17:46 +0200 Subject: modify dataset to jitter differently --- datasets/dataset.pl | 42 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-) (limited to 'datasets') diff --git a/datasets/dataset.pl b/datasets/dataset.pl index cf1c1e2..a89e3f8 100755 --- a/datasets/dataset.pl +++ b/datasets/dataset.pl @@ -4,7 +4,9 @@ use strict; use Getopt::Std; our $opt_c; -getopts('c'); +our $opt_j; +getopts('c'); # normalize the file +getopts('j'); # jitter the pitch of each subsample by N rather than repitching big chunks print "<<<< DATASET >>>>\n"; my $fmt = <