From: Ben Henley on
Hi all,
After using sound(p,Fs) a few times in Matlab I get the error "can't
register sound window" popping up in a dialogue box. I need to
restart matlab each time this happens. Does anyone know of a
solution?
Thanks,
Ben
From: Dave Tarkowski on
I believe that this will be fixed in the next version of MATLAB, but I
suggest using the AUDIOPLAYER command as it is more robust than SOUND. For
example:

player = audioplayer(p, Fs);
play(player);

-Dave Tarkowski

"Ben Henley" <bjhenza(a)hotmail.com> wrote in message
news:ef3a111.-1(a)webcrossing.raydaftYaTP...
> Hi all,
> After using sound(p,Fs) a few times in Matlab I get the error "can't
> register sound window" popping up in a dialogue box. I need to
> restart matlab each time this happens. Does anyone know of a
> solution?
> Thanks,
> Ben