bbindreiter / node-red-contrib-alexa-remote2-applestrudel

Node-Red Nodes for interacting with Alexa
https://flows.nodered.org/node/node-red-contrib-alexa-remote2-applestrudel
MIT License
75 stars 20 forks source link

SSML audio tag #18

Closed jibdata closed 1 year ago

jibdata commented 2 years ago

It seems that the SSML audio tag is not honoured in the Alexa Routine node. I have tried this:

<speak>
    Testing
    <audio src="https://<some file path and file>.mp3" />
</speak>

I have also tried to play a file from AWS S3 bucket without any luck.

Only the text is spoken, and audiofile is not played.

https://developer.amazon.com/en-US/docs/alexa/custom-skills/speech-synthesis-markup-language-ssml-reference.html

bbindreiter commented 2 years ago

Yes, you're right, it doesn't work. See https://github.com/586837r/node-red-contrib-alexa-remote2/issues/17

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.