Search found 1 match

by domo
Fri Mar 28, 2025 1:26 pm
Forum: Support and Development
Topic: Multiple audio.newSource of same fileI
Replies: 4
Views: 225

Multiple audio.newSource of same fileI

I usually load assets into memory just once and reuse them. However, I now have multiple instances that need to play the same sound simultaneously. The problem is that the sound can only be played once at a time. How can I handle this? It seems that I need to create multiple sources of the same file...