diff options
| author | drowe67 <[email protected]> | 2023-07-14 10:33:23 +0930 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-14 10:33:23 +0930 |
| commit | 6588e77f38bdebd7adffe091b22e7760d95d0ccb (patch) | |
| tree | e015b6d01db10ff219f5d1cf49eb3dcadb7dbe48 /script/separate_all.sh | |
| parent | ac7c48b4dee99d4c772f133d70d8d1b38262fcd2 (diff) | |
| parent | 98992bc3585124981450659394d6f84032b81370 (diff) | |
Merge pull request #1 from drowe67/dr-cleanup
Cleanup
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 - |
