Group Location
Explore Plans
Mobile menu Close menu
MusaicMusaic

Speak to me

This Action will convert your message to speech and play it to a room (i.e. Musaic player) in the voice/language you choose.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will convert your message to speech and play it to a room (i.e. Musaic player) in the voice/language you choose.
API endpoint slug
musaic.speak_notification
Filter code method
Musaic.speakNotification.skip(string?: reason)
Runtime method
runAction("musaic.speak_notification", {})

Action fields

Room player Dropdown list

Label
Which room?
Helper text
The player/room that the notification will play to.
Slug
room_player
Required
true
Can have default value
false

Spoken language Dropdown list

Label
Which language?
Helper text
The native language/voice you wish to use.
Slug
spoken_language
Required
false
Can have default value
true
Filter code method
Musaic.speakNotification.setSpokenLanguage(string: spokenLanguage)

Text to convert Text input > Short text

Label
What text to convert?
Slug
text_to_convert
Required
true
Can have default value
true
Filter code method
Musaic.speakNotification.setTextToConvert(string: textToConvert)