ha-alexa-tts
ha-alexa-tts copied to clipboard
"underscore" included in speaking
Hi,
This tool works well for me for long time, but now echo's speech includes underscore Example with command: -e speak:1_2 It should be: "one two" (as before) but now: "one underscore two"
Any idea to fix?
I just came across this problem.
I have fixed it in my fork, check here; https://github.com/patriot1889/ha-alexa-tts/commit/49b9f042b29b1de28cdee28c6156c7a21e56bd47
Thanks, it worked now
P.s I use only file alexa_remote_control.sh, so we need update similar in this file to fix issue TTS=$(echo ${COMMAND##*:} | ${SED} -r 's/[^-a-zA-Z0-9_.,?! ]//g' | sed 's/ /-/g')