Jakob Ketterl

Results 169 comments of Jakob Ketterl

Tried this on a number of signals today. Anything that's analog causes client decoder errors, digital signals seem to be unaffected surprisingly. Unfortunately, the error is pretty generic, it only...

Wow. what are you doing that you need more than 32k FFT points? this will take some time to review, my knowledge of these code parts is limited, and I...

What's happening when your clicking that button is... on the next line coming from the server, the data is passed to `Math.min()` / `Math.max()` to determine the min/max levels. Since...

Yes, more flexibility is always a good idea, but I'm currently deferring most config-related stuff. The web configuration is a very important feature, but it's completely stalled right now. Anything...

chroma.js is a color library that probably does a better job at color interpolation than the former custom code that seems to do a simplistic, linear interpolation (at least, that's...

results are baaaaaaaaad :slightly_frowning_face: ![Screenshot_2020-09-18_15-13-06](https://user-images.githubusercontent.com/180748/93601450-88f54080-f9c1-11ea-970e-7cd24326e156.png)

There is already an AudioWorklet implemtation that is in place because the ScriptProcessorNode is officially deprecated. The latter is still in use in most installations simply because the AudioWorklet requires...

![Screenshot_2020-09-20_19-37-16](https://user-images.githubusercontent.com/180748/93717863-c51ed180-fb78-11ea-93b9-892a5a198157.png) Pushed it around a bit, didn't expect to gain much, but looks like it's about twice as fast now (results vary on consecutive runs, it's everything but scientific... but...

I suppose Javascript wouldn't be able to vectorize since it's not even compiled. Not too sure though. Given the old interpolation code though, I don't think the omission of the...

Alright, finally found some time to review this. Sorry it took some time, but I did want the release out of the door due to people becoming impatient about the...