You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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')
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?
The text was updated successfully, but these errors were encountered: