char * audiofp
Audio override file path.
Definition main.c:61
int PU_wait(struct serialdev_s *sdev, unsigned int seconds)
Waits for the given number of seconds by blocking the current thread. LOR heartbeat messages will int...
Definition putil.c:24
long PU_secondsRemaining(uint32_t frame, const struct tf_header_t *seq)
Returns the seconds remaining in the sequence based on the current frame and sequence configuration p...
Definition putil.c:69
int PU_writeEffect(struct serialdev_s *sdev, const struct ctgroup_s *group, uint32_t *accum)
Encodes the given channel group state update to the provided message buffer as a LOR effect....
Definition putil.c:84
int PU_playFirstAudio(const char *audiofp, struct FC *fc, const struct tf_header_t *seq)
If audiofp is not NULL, this function will attempt to play the audio file at the given path....
Definition putil.c:115