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
|
||||
while read -ep"say> " line; do
|
||||
history -s "$line"
|
||||
{ espeak -w >(mpv -) "$line"; } > /dev/null 2>&1
|
||||
{ espeak -s120 "$@" "$line"; } > /dev/null 2>&1
|
||||
done
|
||||
echo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue