#!/bin/bash

echo "$1" >/tmp/di.txt
iconv -t ISO-8859-15 /tmp/di.txt
cd /opt/ahotts

./tts -InputFile="/tmp/di.txt" -Lang="es";aplay Output.wav


