Hi, thanks for responding.
When I run:
seq(wav)
[1] 1 2
So, If I adjust wl to 1 or 2 I now get:
ACI(wav, f=96000, channel=1, wl = 2, ovlp = 0, wn = "hamming", flim = NULL, nbwindows = 1)
Error in wave[x:(wl + x - 1), ] * W :
non-numeric argument to binary operator
I'm not sure if that means that it is correct?