diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-19 17:01:28 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-19 17:01:28 +0200 |
| commit | 0729aaaf19126e7189bfe05aa84c7143568ad30a (patch) | |
| tree | 77f951b65a0523dd938e01d58c53791c8c1aca43 | |
| parent | 123ad50cbfb7c17dae8c04d94a7c8b7da53f4e5a (diff) | |
mix path
| -rw-r--r-- | export-all.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export-all.pl b/export-all.pl index 48670b5..a02ecc5 100644 --- a/export-all.pl +++ b/export-all.pl @@ -14,7 +14,7 @@ sub process($){ return 0 unless -e $sampz; print $name . "\n"; - system('/bin/bash', 'mix.sh', $path, $name); + system('/bin/bash', 'mix-wav.sh', $path, $name); } opendir RESULTS, ("results/") or die $!; |
