Search found 1 match

Go to advanced search

by ChingDim
20 Sep 2020 22:05
Forum: Development around libVLC
Topic: how to loop audio files without length?
Replies: 1
Views: 588

how to loop audio files without length?

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 pro...

Go to advanced search