souliss / soulissapp

SoulissApp is an Android Application for Souliss Framework
https://play.google.com/store/apps/details?id=it.angelic.soulissclient
MIT License
33 stars 33 forks source link

Starts voice command from Intent and Plugin #109

Open plinioseniore opened 9 years ago

plinioseniore commented 9 years ago

The voice recognition in Automate returns an array of results, it would be useful to start the voice recognition of SoulissApp from an Intent and a Plugin, so that we can associate a gesture to the voice recognition.

screenshot_2015-11-07-14-06-42

plinioseniore commented 9 years ago

Ok, I was stupid enough to forget that arrays have an index, so is enough to use index 0 to get the result that gives more confidence.

In any case, Automate doesn't start any visual popup that let the user understand when voice recognition starts, so it would be useful in any case to have this feature.

plinioseniore commented 9 years ago

Also, seems that in the Action Plugin we cannot pass a variable but only a text. So even if I have a variable that recognize as text the command, this is not passed to the Action Plugin, that looks at the variable as a text.

juanpintom commented 9 years ago

I need to take some time to work with Automate, It's powerful =)

Regards

2015-11-07 15:05 GMT+01:00 Dario Di Maio notifications@github.com:

Also, seems that in the Action Plugin we cannot pass a variable but only a text. So even if I have a variable that recognize as text the command, this is not passed to the Action Plugin, that looks at the variable as a text.

— Reply to this email directly or view it on GitHub https://github.com/souliss/soulissapp/issues/109#issuecomment-154708940.