Created
August 24, 2020 06:24
-
-
Save daitomanabe/2fbb6a4e6a18edc9fc0bfd4cdb8306b7 to your computer and use it in GitHub Desktop.
export count voice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in `seq -f %02g 0 50` | |
do | |
foo=0 | |
k=`expr $foo + $i` | |
say ${k} -o ${i}.aiff -v Kyoko | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment