MrBuddyCasino / ESP32_Alexa

An Alexa Smart Speaker project for the ESP32.
Mozilla Public License 2.0
265 stars 72 forks source link

API question #28

Closed chegewara closed 6 years ago

chegewara commented 6 years ago

Sorry for this simple question, does this library send SpeachSynthetizer.SpeechFinished message to amazon servers when esp32 is DONE speaking?

MrBuddyCasino commented 6 years ago

Not 100% sure, but I think not. The SpeechSynthesizer.SpeechState context with "playerActivity" = "FINISHED" payload is sent when sending speech to the server, but thats it afaik.

chegewara commented 6 years ago

It is required to play with Alerts. https://developer.amazon.com/docs/alexa-voice-service/alerts-overview.html#scenario1

Thanks for answer and this great library.

chegewara commented 6 years ago

Implemented, and Alerts almost done.

MrBuddyCasino commented 6 years ago

Looking forward to it.

chegewara commented 6 years ago

I cant post changes yet, because its paid job, but i hope i will be allowed to make PR, at least some part of code.