JuliaDSP / MFCC.jl

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

Update deprecated TFFilter to PolynomialRatio #19

Closed maetshju closed 5 years ago

maetshju commented 5 years ago

This PR updates the deprecated TFFilter function from DSP to the current PolynomialRatio function.

davidavdav commented 5 years ago

thanks!