I use
- Code: Select all
OmniSource* source = new OmniSource(...)
node->AddNewSubnode(source)
If this played say, a wave file that was 1 second long, but called it like 3 times a second, the subsequent 2 times would not start. What can I do to play overlapping sounds using the same sound resource?








