Skip to content

pranavlal/skill-echo-utterance

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

EchoUtteranceSkill

#What this skill does This skill speaks back what ever you have said. It outputs this data via speech and a HTTP post request on port 15000. There is a parameter called spoken which has the utterances. You can grab this request using a do_POST method in a server. The POST URL is http://localhost:15000. I got the idea for this skill from a friend who runs a travel company catering to the disabled. She wanted me to create a speech to sign language converter. I then subsequently thought that it would be easier to create a mechanism to output spoken text. I expect this skill to be used in conferences etc. However, it has not been tested in the field.

Usage:

say the following to start the skill "echo on" "signer start" There is a bug in the skill therefore it does not stop when speaking the stop words. These words are "signer stop" The only way to stop this skill now is to let it time out. ##Acknowledgements My thanks to the Mycroft community, especially to jarbas.

About

A Mycroft skill to speak what the user has said and to output the same via a HTTP post request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages