JuliaDSP / MFCC.jl

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

Updated deprecated iceil to ceil{T<:Integer}(T,x) #10

Closed maetshju closed 5 years ago

maetshju commented 6 years ago

The deprecated iceil function was causing audspec to fail, so I changed it to be the current ceil{T<:Integer}(T,x) call.