diff options
| author | jules <jules@asdf.us> | 2018-03-20 23:35:18 +0100 |
|---|---|---|
| committer | jules <jules@asdf.us> | 2018-03-20 23:35:18 +0100 |
| commit | ea6e6ee1040fa85f743ab50b699fbeb04d9a0522 (patch) | |
| tree | e056f13c3ef89c5b6b8713a7f80c837b333129af /mix.sh | |
| parent | 4167442627b1414ff8fdc86528812b46168c656b (diff) | |
scripts
Diffstat (limited to 'mix.sh')
| -rwxr-xr-x | mix.sh | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +#!/bin/bash + +if [ "$#" -ne 2 ]; then + echo "Usage: $0 <results/exp\:experiment> render_name" + exit +fi + +dir=$1 +name=$2 +now=`date +'%Y%m%d'` + +cd "$dir/samples" +mkdir "$name" +../../xfade.sh +cp mix.wav "../../../output/$name.wav" +mv *.wav "$name" +cd .. +vim log +cd ../.. + |
