Hugh Rawlinson
Hugh Rawlinson
Hi @Oortone, > if there are any more parameters I need to get from my WebAudio to get consistency between analyzer and audio stream? Nope, sampleRate is the only one...
The unit is number of samples, not a fraction of the buffer size. The default value is 0, so each buffer will be directly adjacent.
A negative hop size would give you an overlap if you want one! 😄
Yes, that's correct, but sometimes that's wanted - often visualizers end up with more data than they need, for example. It might be appropriate depending on the use case.
Sorry I got it wrong! Glad you figured it out despite my incorrect advice. I thought we had settled on defining hop size as the distance between the end of...
Ok, so I didn't write down what the goal is here. Doing so now. Meyda has roughly two categories of state it depends on. The first category is the big...
Sounds great! The difference between this and `createMeydaAnalyzer` is that this API can be called from node, or whatever environment, with a signal, and doesn't depend on the Web Audio...
Hi! I think you might be experiencing issues because you’re creating a new Meyda Analyser in every frame in the draw method. You should create one Meyda analyser, connect it...
I believe @jakubfiala is nearly done on this
Removing v3.0 milestone as it isn't ready.