tizo78
tizo78
> So you have a (noticeable) delay on starting the audio cue, but only the first time, right? Yes; I mean, maybe it's not noticeable when we are talking about...
Thanks very much Francesco. I will be using something else for now, and maybe give it a try when this problem is resolved.
I am not using AppImage; I have just installed the package from the apt repositories. I will post the relevant parts of the python script later.
Here they are: How I open LiSP: lspprocess = subprocess.Popen(["linux-show-player", "-f", lspsessionfile]); How I close it: lspprocess.terminate(); lspprocess.wait();
Thanks!. I will try it later.
Thanks Francesco!. It works right now. The only problem is when I close LiSP on that way, but there are some audios cues playing; some xruns are generated on that...