JuliaDSP / MFCC.jl

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

Add Compatibility bounds #21

Closed DhairyaLGandhi closed 1 year ago

DhairyaLGandhi commented 4 years ago

Without compatibility bounds, MFCC fails to pick up the new version (0.6.1) of DSP.jl which has fixes for https://github.com/JuliaDSP/DSP.jl/issues/320.

Without this, MFCC fails to load.

davidavdav commented 1 year ago

I think this has been resolved