Hugh Rawlinson
Hugh Rawlinson
Hmm. This is surprising. The CLI does zero-pad the buffer, so I'm not sure why this would be happening. Thanks for reporting it! Does this happen on every file? If...
Thanks! Will check it out when I have time 😄
@Seanitzel I think the current state is that we'll spend time on it when we can, but that use case makes a much stronger case for prioritizing it! Thanks for...
@seanitzel I'll take a look today, see if there's any issues I can break out on their own, and you could pick one of those to tackle if you like!
@Seanitzel I got stuck [here](https://github.com/meyda/meyda/pull/307/files#diff-37e1abfa4de07d49880047069b7c4f9aR17). The issue is that I haven't been able to get the webpack worklet loader to run the JS in the imported file through webpack before...
@Seanitzel if you want to just use the feature extractors directly you can import them from Meyda still. Something like `import zcr from "meyda/featureExtractors/zcr"` should do it, although I'm not...
Hi! I haven't heard of browsers planning to remove the ScriptProcessorNode interface - can you link to an issue tracker issue for that? If I remember correctly, this PR works,...
Yes, you can get the raw mel filter banks by calling the `createMelFilterBank` function from `meyda/dist/esm/utilities`. I made a quick demo [here](https://codesandbox.io/s/compassionate-colden-n5rr0?file=/src/index.ts). Heads up: I suspect that future versions of...
I can write you a little CLI to output the Mel Filter Bank - but I think we might be understanding the Mel Filter Bank in different ways. From my...
Yes, I think having it as a feature would be good! I'll convert this issue to represent a feature request.