[mirtoolbox] Error in mirsegment?

  • From: Igor Vatolkin <igor.vatolkin@xxxxxxx>
  • To: mirtoolbox@xxxxxxxxxxxxx
  • Date: Tue, 02 Dec 2014 13:49:54 +0100

Hi,

after the application of the following line for several wave files I receive an error message:

-- code --
s = mirsegment('test.wav', 0:10.4025396825:10000);
----------

-- error--
??? Index exceeds matrix dimensions.

Error in ==> mirsegment at 339
                    dsm(dsm <= dtk{j}(1)) = [];

Error in ==> mirsegment at 480
    [f p] = mirsegment(miraudio(x),varargin{:});
----------

Do you have any idea how to fix this? (@Olivier: I have sent you a link in an older email to a wave which produces this problem).

This code worked for more than 1000 tracks using an older MIR Toolbox version, and approximately for three waves I receive the error message.

Best regards,
Igor


Other related posts:

  • » [mirtoolbox] Error in mirsegment? - Igor Vatolkin