diff options
| author | drowe67 <[email protected]> | 2023-07-07 13:25:39 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-07 13:25:39 +0930 |
| commit | 5c659ef298d2951c5ddd1d2b7bc4db3f86d8c437 (patch) | |
| tree | b805bbbb675edd9b69df095bbe5c1c97c2f100e2 /script/separate_all.sh | |
| parent | ac7c48b4dee99d4c772f133d70d8d1b38262fcd2 (diff) | |
rm script directory
Diffstat (limited to 'script/separate_all.sh')
| -rwxr-xr-x | script/separate_all.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/script/separate_all.sh b/script/separate_all.sh deleted file mode 100755 index 5fe6d9d..0000000 --- a/script/separate_all.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -sox $1.wav hts1_$1.wav trim 0 3 -sox $1.wav hts2_$1.wav trim 3 3 -sox $1.wav morig_$1.wav trim 6 2 -sox $1.wav forig_$1.wav trim 8 2 -sox $1.wav ve9qrp_$1.wav trim 10 9.5 -sox $1.wav cq_ref_$1.wav trim 20 9 -sox $1.wav kristoff_$1.wav trim 29.5 4 -sox $1.wav vk5qi_$1.wav trim 33.5 13.5 -sox $1.wav vk5dgr_$1.wav trim 47 10 - |
