Hello everyone.
I am trying to develop a small app with voice control, i only need two functions:
1.- The possibility to make phone calls using my voice, for example:
CALL MY WIFE OR
CALL MY OFFICE
2.- To be able to play music from Spotify, for example:
PLAY MUSIC OF THE ROLLING STONES OR
PLAY MUSIC OF THE DOORS
Is this possible or i am smoking a very bad stuff.
Any idea or hint is welcome.
Sincerely,
Negrazo49.
Negrazo49:
Is this possible
Yes.
If you use the U version of Companion to expose 'automatic' calling you should be able to use these phrases
CALL MY WIFE OR
CALL MY OFFICE
to use to trigger the calling function of the Phone component See > PhoneCall
If you are able to play music from Spotify using these texts
PLAY MUSIC OF THE ROLLING STONES OR
PLAY MUSIC OF THE DOORS
you might be able to use the SpeechRecognizer to use with [Spotify] to link to a song (Search results for 'spotify order:latest' - MIT App Inventor Community ).
Here is a tutorial about using SpeechRecognizer 'commands' to do something;
[parrot]
HOW TO: Program the native SpeechRecognizer for continuous dictation and to do things is an example app that shows how to make the native SpeechRecognizer work. It is not a step by step tutorial.
The SpeechRecognizer tutorial example is Speech Recognizer Parrot. Use voice commands to do different things; command something to happen, use it as a typewriter. amaze your children etc. Parrot can provide continuous recognition (more or less) or not depending on how you use it and how you…
Thank you Steve.
One thing at a time. I will try first the PhoneCall using the ContactPicker, it seems not so complicated. I will keep you posted.
Sincerely,
Negrazo49/