Meyda Spectral Flux

node v14.20.1
version: 1.0.0
endpointsharetweet
It turns out that there's been a bug in Spectral Flux all along. It refers to `signal` rather than `args.signal`. Not super ideal.
const Meyda = require("meyda"); Meyda.extract("spectralFlux", new Array(2048).fill().map((_, i) => i % 2), new Array(2048).fill().map((_, i) => i-1 % 2));
Loading…

no comments

    sign in to comment