Arnaud Loonstra
                                            Arnaud Loonstra
                                        
                                    Well that's pretty hard since the song can change it's speed during playing and many mods do this. So there's no easy calculation. You could do it by parsing all...
Yours was the only repo I could find. Apart from some forum attachments. On what is your repo based?
Any pointers where the sockets are opened or where they should be closed? I'm running into this issue
In my case it helps to ignore the ResourceWarning by adding: ```python import warnings warnings.simplefilter("ignore", ResourceWarning) ``` Doesn't fix the open filedescriptors, though
Ok thanks for the feedback. Mosaic is looking good btw!
I'm also curious about Corrade/Magnum but I haven't had time to take a dive yet. Is this a long term question for this project because of architectural ideas? Corrade/Magnum does...
Hi Daan. There was a talk about it once but I can't find it anymore. I have been researching the concurrent issues but it's really hard as it involves deep...
Hope you don't mind me sharing some of the things I'm working with. As you might know I'm looking into how to utilize multiple threads in easy performant way. The...
From my own direct gstreamer test it does differ with video files (codecs?). I'm testing around with newer gstreamer versions so I didn't test it thoroughly. I also noticed problems...
Netstat also only shows it's listening on port 1511 ``` netstat -anp | grep czmq (Not all processes could be identified, non-owned process info will not be shown, you would...