Hi all,
use Win32::Sound;
Win32::Sound::Play('Smile.wav');
gives me the first five seconds or so of this audio file and then abruptly exits. What's up?
(If I add the flag SND_ASYNC, I get nothing!)
Does my problem have to do with being able to sample only the first chunk of this file?