I've come across an odd situation which I can't find any resources on. If I call the DetectCuePoints on a WMA file it causes my application to raise an exception `System.IndexOutOfRangeException` saying `Index was outside the bounds of the array.`
This is the call:
Dim _ret As Boolean = Un4seen.Bass.Utils.DetectCuePoints(m_StreamInitialId, 0.5, _duckinpos, _duckoutpos, _dbin, _dbout, 2)
It doesn't matter what WMA file I use.
For reference the variables are:
_duckinpos = -1
_duckoutpos = -1
_dbin = -16
_dbout = -16