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)") } ```