I've tried to find a way to start playing a sound at a specific position. I've found it possible to play a sound with PlaySound and stop it with StopSound. But I've not been able to specify a position I want the playback to begin at. Is there a way to specify that, as well as getting information about the duration of a sound?
Hi!
I've tried to find a way to start playing a sound at a specific position. I've found it possible to play a sound with PlaySound and stop it with StopSound. But I've not been able to specify a position I want the playback to begin at. Is there a way to specify that, as well as getting information about the duration of a sound?
No, you would need to cut up your sound file into parts and track the duration of your sounds yourself