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
<
8000
button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
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')
Uh oh!
There was an error while loading. Please reload this page.
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: