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
- Label
- Which room?
- Helper text
- The player/room that the notification will play to.
- Slug
- room_player
- Required
- true
- Can have default value
- false
- 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)
- Label
- What text to convert?
- Slug
- text_to_convert
- Required
- true
- Can have default value
- true
- Filter code method
- Musaic.speakNotification.setTextToConvert(string: textToConvert)