I am using sndPlaySound to play back wav file. Is there a way to detect if the playback using this API function has finished?
Printable View
I am using sndPlaySound to play back wav file. Is there a way to detect if the playback using this API function has finished?
I am not sure about sndPlaySound, but if you use MCiSendString, you can use the notify method for detecting the completion.
Can you show me how ? :)