Wellington Wallace

Results 1748 comments of Wellington Wallace

I will add this to the Qt port to do list so I do not forget about going back to chatgpt.

> We can also copy the part of code that handles this from GStreamer? Because I think they have it licensed as Open Source. It should be fine as far...

>I determined that the approximate factor is (1

>I'm not so sure. It actually may be big deal, because test signal is here to calibrate the output. E.g. we use it when it's not calibrated yet. In that...

Our current master branch has a simple pink noise generator based on [Paul Kellet's filter](https://www.firstpr.com.au/dsp/pink-noise/). It seems good enough for our purposes. If necessary in the future we could try...

Easyeffects needs the node name to do some of its operations. Allowing the users to change this will introduce an insane level of complexity to our code base. And probably...

> Would it be possible to use node.name for that, and leave it on "easyeffects_sink/source", but allow the node.description to be changed in-app? The renaming would mostly be for front-end...

This feels like something designed for PipeWire's built-in filter chain. It does not seem usable by EasyEffects. Differently from what some users think pipewire's filter chain is useless for easyeffects....

>Maintain a history of audio samples since, say last 500 ms. The meters on Calf plugins native window do something like that. The displayed number is the peak from the...

The Qt branch has some improvements in this direction.