JuliaDSP / MFCC.jl

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

Julia 0.6 compatibility, efficiency is unknown #9

Closed quatrix closed 1 year ago

quatrix commented 7 years ago

Tests pass on Julia 0.6, hope it means it actually works :)

quatrix commented 7 years ago

tests fail on nightly because of external dependency (DSP), but pass on julia0.{3,4,5,6}

davidavdav commented 6 years ago

I think the v0.6 issues have been taken care of in 438a6dd0a36caf57405b4326bff306368a8a9054. I am sorry for having missed your efforts, and I have probably duplicated them.

davidavdav commented 1 year ago

I am closing this as we live in Julia 1.8 nowadays.