Hugh Rawlinson

Results 141 comments of Hugh Rawlinson

@RichardJECooke could you please provide an implementation that reproduces this error? It looks like you're using MeydaAnalyzer, so you shouldn't have to manage the previousSignal yourself. Does this error happen...

I've found a bug in Spectral Flux - repro'd [here](https://runkit.com/raw/meyda-spectral-flux). The issue is that it's referring to the incorrect signal accidentally. We didn't catch this issue because we seem to...

uh turns out we can't really have two meydas in a program see #847 so yeah I started this but it's on the back burner until it's possible I guess,...

Thanks! Does this happen on any wav at that sample rate? If so, it would be great if you could provide one. The bug with Spectral Flux is known and...

Also it looks like you're still using that temporary site for reference docs - I just wanted to let you know that we've published those improved docs to [our regular...

ah ok! I'll take a look, thanks :)

Note for myself: This is likely because we don't distinguish between objects and arrays when rendering the output for csv [here](https://github.com/meyda/meyda/blob/main/bin/cli.js#L192)

@Oortone I think some of your problems would be solved if you got the output from meyda in json and then used something like [this ](https://www.npmjs.com/package/json2csv) to convert the JSON...

I'd love to use your implementation! Will review a PR any time :) As long as the performance is fine for realtime, I'm sold. I had trouble implementing this in...