6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SAMPA=$(python text2SAMPA.py $1)
|
|
echo $SAMPA
|
|
espeak -v en "[[$SAMPA]]"
|