better speak-like-a-robot
This commit is contained in:
parent
a06881d9ed
commit
d5a288150a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while read -ep"say> " line; do
|
while read -ep"say> " line; do
|
||||||
history -s "$line"
|
history -s "$line"
|
||||||
{ espeak -w >(mpv -) "$line"; } > /dev/null 2>&1
|
{ espeak -s120 "$@" "$line"; } > /dev/null 2>&1
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue