This website works better with JavaScript.
Explore
Help
Sign In
XPUB
/
SI12-prototyping
Watch
24
Star
0
Fork
You've already forked SI12-prototyping
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3f052c0235
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3f052c0235'
${ noResults }
SI12-prototyping
/
liquidsoap
/
make_speech.sh
6 lines
97 B
Bash
Raw
Blame
History
i
=
1
for
word in one two three
do
espeak
"
$word
"
-w
`
printf
speech%04d.wav
$i
`
i
=
$((
i+1
))
done
Reference in New Issue
View Git Blame
Copy Permalink