Soundable icon indicating copy to clipboard operation
Soundable copied to clipboard

does not loop

Open fukemy opened this issue 3 years ago • 0 comments

Hello, i tested with my sound and found it does not loop, can u help?

let sound = Sound(fileName: "Ringtone.caf")
            sound.play(groupKey: "outgoing", loopsCount: 10) { (error) in
                print("play error: \(error)")
            }

fukemy avatar Feb 02 '21 07:02 fukemy