From: Jouke V. <jo...@pv...> - 2006-06-30 06:06:38
|
Hi Mattia, >> Now committed. I only had the 'No sound' backend available: >> it correctly didn't play the sound :-) I will leave the testing >> of a real backend to you. > I'll surely do so. I'll update my local cvs sandbox tonight and test it. Hmmm...somehow I'm not able to update cvs anymore. But anyway, I downloaded a cvs snapshot from the site, compiled it and perl -MWx -e"$s = Wx::Sound->new('ding.wav'); $s->Play(wxSOUND_SYNC) if $s->IsOk;" does what you'd expect :) Jouke |