Skip to content

Instantly share code, notes, and snippets.

@daitomanabe
Created August 24, 2020 06:24
Show Gist options
  • Save daitomanabe/2fbb6a4e6a18edc9fc0bfd4cdb8306b7 to your computer and use it in GitHub Desktop.
Save daitomanabe/2fbb6a4e6a18edc9fc0bfd4cdb8306b7 to your computer and use it in GitHub Desktop.
export count voice
#!/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