SFML community forums
Help => Audio => Topic started by: jayasimha on January 17, 2017, 05:23:05 am
-
Hi
i am using audio library in my application, i loaded .wav file,enabled setLoop(true) and gave play.it is playing fine but it is not playing continuously, i mean it is stopping and playing from first. what i can do for playing continuously without stopping my audio?
Thanks in Advance
-
Is the audio file itself "continuous"? Make sure there isn't a slightly pause at the end of the file.
-
Hi
Sorry,my audio file has pause at end,now it is working fine after removing that for audio cutter
Thank you