ID:268032
 
Hi

Can some one please explain/tell me how i can detect the end of a sound, Becuase i have no clue how to do it.

Thanks
Mousie
Depends on the file format.
In response to Garthor
The file format is .wav.
In response to Mousie_kebabs
Well, there's no built-in way to do it, so you'll need to use file2text("wahteevr.wav"), then parse through it to find the length. You can probably find out how to do that somewhere else, because I'm really too lazy to research this.