function tts() { if [ -p /dev/stdin ]; then edge-playback --file - else edge-playback --text "$*" fi }