JuliaDSP / MFCC.jl

Mel Frequency Cepstral Coefficients calculation for Julia
BSD 2-Clause "Simplified" License
33 stars 18 forks source link

vcat fix for julia 0.5 #7

Closed jamesdanged closed 7 years ago

jamesdanged commented 7 years ago

I just upgraded to Julia 0.5 and found this would cause an error. Without vcat, this would create a 2 element array with an integer and an inner array.

davidavdav commented 7 years ago

Thanks,

I also need to do some reformatting as I prefer spaces nowadays.

This was very much a transcoding operation from octave, I should probably go through the code and de-vectorize stuff in places.