mirror of https://gitlab.com/christosangel/sapo
update sapo-fix.sh
parent
32534d5170
commit
ea2e4d7b5c
|
@ -1,4 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#┏━┓┏━┓┏━┓┏━┓ ┏━╸╻╻ ╻
|
||||||
|
#┗━┓┣━┫┣━┛┃ ┃╺━╸┣╸ ┃┏╋┛
|
||||||
|
#┗━┛╹ ╹╹ ┗━┛ ╹ ╹╹ ╹
|
||||||
|
# a tts bash script by Christos Angelopoulos, February 2022
|
||||||
|
#Attempts to fix errors in wav files generated by sapo.sh (txt to wav)
|
||||||
|
#using the all powerful https://github.com/coqui-ai/TTS
|
||||||
FILE="$(yad --file-selection --filename=Desktop --height='400' --width='800' --title='Sapo-fix' --window-icon=$HOME/git/sapo/sapo-fix.png --hscroll-policy=never --vscroll-policy=never)"
|
FILE="$(yad --file-selection --filename=Desktop --height='400' --width='800' --title='Sapo-fix' --window-icon=$HOME/git/sapo/sapo-fix.png --hscroll-policy=never --vscroll-policy=never)"
|
||||||
case $? in
|
case $? in
|
||||||
0)
|
0)
|
||||||
|
|
Loading…
Reference in New Issue