I am using appelstrudel version on Alexa Remote and it mostly works fine - I've been transitioning over some flows from HomeAssistant and Alexa Media Player and overall I've managed to eliminate that
I have some Halloween routines which use sounds from the Alexa Skills Kit Sound Library
and some of these exist as dropdown options in the palette
e.g. Creepy Door
[{"id":"ce0194ebdc515f9c","type":"alexa-remote-routine","z":"820a07600cb5dbdf","name":"Creepy Door","account":"c494972916da5668","routineNode":{"type":"sound","payload":{"sound":{"type":"str","value":"horror_10"},"devices":["G0922H0730250AMX"]}},"x":990,"y":180,"wires":[[]]},{"id":"c494972916da5668","type":"alexa-remote-account","name":"Alexa Account","authMethod":"proxy","proxyOwnIp":"192.168.1.125","proxyPort":"3456","cookieFile":"/homeassistant/node-red/alexa-auth.txt","refreshInterval":"3","alexaServiceHost":"alexa.amazon.co.uk","pushDispatchHost":"","amazonPage":"amazon.co.uk","acceptLanguage":"en-UK","onKeywordInLanguage":"on","userAgent":"","usePushConnection":"on","autoInit":"on","autoQueryActivityOnTrigger":"on"}]
Some however don't exist.
I've tried every version I can of getting them to work - copying the naming from if i change the field on an existing one, speaking SSML from the Amazon docs
<speak>
This is Alexa's regular speech, followed by the sound effect named Bear Groan Roar (1).
<audio src='soundbank://soundlibrary/animals/amzn_sfx_bear_groan_roar_01'/>
</speak>
etc.
The SSML works, EXCEPT the sound effects that I want - only the standard speech comes across
Does anyone know how to make this work?!