-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTTS-VOICE-REWORK
32 lines (32 loc) · 2.39 KB
/
TTS-VOICE-REWORK
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TTS-VOICE-REWORK
---1---
cd /mnt/hgfs/new-good/audiobook-production/all-languages/READY-WORDS-AUDIOBOOK-0001/andrew-gaidukevich-own-voice-german-REWORK-1
###############
ls -tr > /home/andrewgaidukevich/own-rename-files-1-6.txt
ls -tr > /home/andrewgaidukevich/own-rename-files-1-7.txt
sed -i -e "s/\.mp3//g" /home/andrewgaidukevich/own-rename-files-1-7.txt
paste /home/andrewgaidukevich/own-rename-files-1-6.txt /home/andrewgaidukevich/own-rename-files-1-7.txt > /home/andrewgaidukevich/own-rename-files-1-8.txt
sed -i -e "s/ //g" /home/andrewgaidukevich/own-rename-files-1-8.txt
awk '{print "sox "$0"-xs.mp3 speed 0.60"}' /home/andrewgaidukevich/own-rename-files-1-8.txt > /home/andrewgaidukevich/own-rename-files-1-9.txt
bash /home/andrewgaidukevich/own-rename-files-1-9.txt
----
--2---
#---BEFORE-2-2-THIS BEST---
cd /mnt/hgfs/new-good/audiobook-production/all-languages/READY-WORDS-AUDIOBOOK-0001/andrew-gaidukevich-own-voice-german-REWORK-0
ls -tr > /home/andrewgaidukevich/DONE-NEW-rename-files-1-1.txt
ls -tr > /home/andrewgaidukevich/DONE-NEW-rename-files-1-2.txt
sed -i -e "s/\-xs.mp3//g" /home/andrewgaidukevich/DONE-NEW-rename-files-1-3.txt
paste /home/andrewgaidukevich/DONE-NEW-rename-files-1-1.txt /home/andrewgaidukevich/DONE-NEW-rename-files-1-2.txt > /home/andrewgaidukevich/DONE-NEW-rename-files-1-3.txt
awk '{print "sox "$0"-CUTED-DONE.mp3 silence 1 0.2 0.2% 1 0.2 0.2% : newfile : restart"}' /home/andrewgaidukevich/DONE-NEW-rename-files-1-3.txt > /home/andrewgaidukevich/DONE-NEW-rename-files-1-4.txt
bash /home/andrewgaidukevich/DONE-NEW-rename-files-1-4.txt
-----------
---3---
cd /mnt/hgfs/new-good/audiobook-production/all-languages/READY-WORDS-AUDIOBOOK-0001/andrew-gaidukevich-own-voice-german-REWORK-0-READY
ls -tr > /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-6.txt
ls -tr > /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-7.txt
sed -i -e "s/\.mp3//g" /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-7.txt
paste /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-6.txt /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-7.txt > /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-8.txt
sed -i -e "s/ //g" /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-8.txt
awk '{print "sox "$0"-DONE.mp3 speed 1.65"}' /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-8.txt > /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-9.txt
bash /home/andrewgaidukevich/LAST-RUN-own-rename-files-1-9.txt
----