better speak-like-a-robot
This commit is contained in:
parent
a06881d9ed
commit
d5a288150a
@ -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…
Reference in New Issue
Block a user