I have a set of audios in my firebase, which I'm trying to play via Alexa skill.
<speak>
<audio src='https://firebasestorage.googleapis.com/v0/b/aebeze-now.appspot.com/o/Moments%2Ffor-mature-audiences-only.mp3?alt=media&token=2825d8ef-5e3d-4753-b58e-0881f77f4fd3' />
</speak>
I tried playing above SSML in Alexa dev console 'Voice & Tone' section, but it is giving
Error retrieving text to speech. The input was incompatible
error.
I also tried following this answer, but replcing "&" with "&" also didn't work.
Not sure what I'm missing here.