stress_asignment/tts.sh

6 lines
82 B
Bash
Raw Normal View History

#!/bin/sh
SAMPA=$(python text2SAMPA.py $1)
echo $SAMPA
espeak -v en "[[$SAMPA]]"