Compare commits
No commits in common. '4b31db0be1b478d33a41a118869f2c63567e701f' and 'fb29bed45e21a8bbaa5f3ee09cdae0b561bd9dc6' have entirely different histories.
4b31db0be1
...
fb29bed45e
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
year=$1
|
||||
|
||||
python3 speak.py $year
|
||||
python3 ffmpeg_input.py $year
|
||||
ffmpeg -f concat -safe 0 -i inputs-$year.txt -c copy output.wav
|
||||
ffmpeg -i output.wav bpl-$year.mp3
|
||||
rm output.wav
|
||||
Loading…
Reference in new issue