I have been able to play a selected MP3 file with pygame and loop it indefinitely using "-1". How could I loop a part starting exactly 56.659 seconds into the song (lasting 36.284 seconds) indefinitely rather than the whole thing?
I have separate files for the full track, the pre-loop portion of the track, and the part I want to loop already prepared, in case they are necessary for this to be done. Thanks