I am trying to create a plugin that plays a beep at a specific interval.
How can I play a sound using lua?
Also how can I fire a function at a specific moment in the video?
Hello, I am completely new to VLC plugins and don't have mutch experience using lua. That beeing said, I did manage to create a plugin for my purposes exept for one detail. I would like to save some data to a CSV file. What ive tried so far is the following: function SaveConfirm() local f = vlc.io.o...