I am currently using python-vlc
My current audio loop method is to get the length of the audio file, then use a while true loop to play and wait for the time.
But this only works for files with audio length. codecs like FLAC will make the while true loop before the player even starts.
How do you properly loop an audio file?
The documentation is poor, I have no idea what I can do wiith libvlc