You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a sound effect instead of TTS "Door Open"
According to this Alexa Sound Library link, seems like it should be possible to embed in the "speak" variable (could be mistaken) like this:
<speak>
This is Alexa's regular speech, followed by the sound effect "bear groan roar (1)".
<audio src='soundbank://soundlibrary/animals/amzn_sfx_bear_groan_roar_01'/>
</speak>
playing around with it now ... simple things not working (like removing sed) ... if anyone has ability to sniff a 'normal' Alexa packet with this sound I'd be up for coding the rest ... I just don't know what 'normal' looks like
Here's what it is sending currently and getting a response of {"Message":null}
I'd like to have a sound effect instead of TTS "Door Open"
According to this Alexa Sound Library link, seems like it should be possible to embed in the "speak" variable (could be mistaken) like this:
Tried this but not working ... any thoughts?
./alexa_remote_control.sh -d "ALL" -e "speak:'test'.<audio src='soundbank://soundlibrary/home/amzn_sfx_door_open_01'/>"
The text was updated successfully, but these errors were encountered: