WebCore and Smart Apps


#1

Can WebCore send a command with parameters to a SmartApp.

I am trying to create a TTS with voices (i.e., Amazon Polly Voices) that will work with various speakers that support the “sendTextAnd…” commands.

The easiest would be to have a Smart App that allows you to choose the speaker and can have the text and voice sent from WebCore. The second option is to create virtual speakers for WebCore to talk to using a custom command
sendTextAndResume(text, volume, voice).

Would allow for a very flexible usage of WebCore. (BTW - I do not currently use WebCore, too busy trying to get my Samsung Speakers to actually work).

Dave


#2