Can you play a sound at a certain point (time) in the file?

This is more of a fundamental thing, and doesn’t really matter if I can or can’t do it. If I have, say 5 sounds in a .wav file one after another (spaced by a second or so), can I store that time that they individually play and play that specific sound effect instead of all of them (somewhat similar to a sprite sheet)?

1 Answer

1

I think it can be done check this
Probably it is better to just slice the wav

Thank you!