diff options
| author | Author Name <[email protected]> | 2023-07-07 12:20:59 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-07 12:29:06 +0930 |
| commit | ac7c48b4dee99d4c772f133d70d8d1b38262fcd2 (patch) | |
| tree | a2d0ace57a9c0e2e5b611c4987f6fed1b38b81e7 /script/separate_all.sh | |
shallow zip-file copy from codec2 e9d726bf20
Diffstat (limited to 'script/separate_all.sh')
| -rwxr-xr-x | script/separate_all.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/script/separate_all.sh b/script/separate_all.sh new file mode 100755 index 0000000..5fe6d9d --- /dev/null +++ b/script/separate_all.sh @@ -0,0 +1,11 @@ +#!/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 + |
