Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: audio play  (Read 1873 times)

0 Members and 1 Guest are viewing this topic.

jayasimha

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
audio play
« 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

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
Re: audio play
« Reply #1 on: January 17, 2017, 12:45:06 pm »
Is the audio file itself "continuous"? Make sure there isn't a slightly pause at the end of the file.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

jayasimha

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
Re: audio play
« Reply #2 on: January 19, 2017, 05:34:25 am »
Hi

   Sorry,my audio file has pause at end,now it is working fine after removing that for audio cutter

Thank you

 

anything