|
|
@ -8,7 +8,7 @@ while [[ $i -le 10 ]]
|
|
|
|
python3 src/ttssr/write_audio.py src/sound$i.wav 2> /dev/null
|
|
|
|
python3 src/ttssr/write_audio.py src/sound$i.wav 2> /dev/null
|
|
|
|
play src/sound$i.wav repeat 5 2> /dev/null & #in the background the sound, without it all the sounds play one by one//2 is stderr
|
|
|
|
play src/sound$i.wav repeat 5 2> /dev/null & #in the background the sound, without it all the sounds play one by one//2 is stderr
|
|
|
|
python3 src/ttssr/audio_transcribe.py sound$i.wav > output/input$((i+1)).txt 2> /dev/null
|
|
|
|
python3 src/ttssr/audio_transcribe.py sound$i.wav > output/input$((i+1)).txt 2> /dev/null
|
|
|
|
sleep
|
|
|
|
sleep 1
|
|
|
|
(( i++ ))
|
|
|
|
(( i++ ))
|
|
|
|
done
|
|
|
|
done
|
|
|
|
today=$(date +%Y%m%d.%H-%M);
|
|
|
|
today=$(date +%Y%m%d.%H-%M);
|
|
|
|