|
From: Ben Henley on 23 Jun 2006 02:25 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 23 Jun 2006 08:26 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
|
Pages: 1 Prev: Undecimated Wavelet Transform implementation - URGENT Next: 3D Plot |