LAN Announcer?

I can’t find the API docs… is there a text to speach API? Or one that you can send a wav file to be played. For example, when I get mail I have Alexa announce. Would be useful if I could play the announcement on the speakers.

You can find API here .but alexa integration is not available yet .

Thanks. My question was not about Alexa.

I see you can turn on/off the voice prompts, but the unit doesn’t have it’s own text to speech. However, it looks fairly trivial to have the unit play a sound file. I’m not sure how hard it would be to resume the previous state - I guess I’ll have to take a look.

"http://10.10.10.254/httpapi.asp?command=setPlayerCmd:play:uri "

a built-in text to speech online unit is indeed a big necessity for accessibility issues and turning an external service on/off at all times is a hassle. You can try integrating an existing TTS API with your .wav file player if that helps… try finding relevant code repositories on GitHub