Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"underscore" included in speaking #34

Open
caobach42 opened this issue Mar 8, 2020 · 2 comments · May be fixed by #37
Open

"underscore" included in speaking #34

caobach42 opened this issue Mar 8, 2020 · 2 comments · May be fixed by #37

Comments

@caobach42
Copy link

caobach42 commented Mar 8, 2020

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?

@patriot1889
Copy link
Contributor

I just came across this problem.

I have fixed it in my fork, check here;
patriot1889@49b9f04

@caobach42
Copy link
Author

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')

@0xrushi 0xrushi linked a pull request Dec 18, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants