synit/protocols/schemas/soundEffects.prs

12 lines
264 B
Plaintext
Raw Permalink Normal View History

2022-01-04 13:41:56 +00:00
version 1 .
2023-10-31 22:40:41 +00:00
# Assertion.
2022-01-04 13:41:56 +00:00
ContinuousSound = <continuous-sound @data mime.Value> .
2023-10-31 22:40:41 +00:00
# Assertion.
2022-01-04 13:41:56 +00:00
ContinuousSoundPlaying = <continuous-sound-playing> .
2023-10-31 22:40:41 +00:00
# Message.
2022-01-04 13:41:56 +00:00
AlertSound = <alert-sound @data mime.Value> .
2023-10-31 22:40:41 +00:00
# Assertion.
2022-01-04 13:41:56 +00:00
AlertSoundPlaying = <alert-sound-playing> .