You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/doc/dsm/examples/play_file.dsm

11 lines
217 B

initial state START
enter {
playFile(/home/stefan/sub_nautilus.wav);
};
transition "file ends" START - noAudioTest / stop(true) -> END;
transition "file ends" START - hangup / stop(false) -> END;
state END;