Question / Help Media source looping has a pause before loop?

Mano1979

New Member
i am trying to loop a piece of audio so that it sounds like one big audio file, but every time it ends the is a second of silence and the it restarts. is this normal? can i change the pause in between loops?

here is a piece of the log for the loop. there are no further errors or messages about this loop.
Code:
12:38:44.723: [Media Source 'audio loop']: settings:
12:38:44.723:     input:                   /Users/biletsky/Music/ZenAssistance-WaitingMusic.mp3
12:38:44.723:     input_format:            (null)
12:38:44.723:     speed:                   100
12:38:44.723:     is_looping:              yes
12:38:44.723:     is_hw_decoding:          no
12:38:44.723:     is_clear_on_media_end:   no
12:38:44.723:     restart_on_activate:     no
12:38:44.723:     close_when_inactive:     no
 
Last edited:
Top