ooca developers

Results 1 comments of ooca developers

I founded that by adding `autoDestroy: false` while initializing make it work like a charm! ```diff const notificationPlayerRef = new Player('notification.mp3', { + autoDestroy: false }) notificationPlayerRef.looping = true notificationPlayerRef.prepare(err...