KlonCentaur icon indicating copy to clipboard operation
KlonCentaur copied to clipboard

DSP overload / xruns when using neural mode

Open monniaux opened this issue 2 years ago • 1 comments

If I turn neural mode on, the DSP quickly overloads, leading to xruns. Is this to be expected?

monniaux avatar Jan 02 '22 10:01 monniaux

On my system, the DSP load is roughly the same between the Neural and Traditional modes, but there could be significant variation depending on what processor you're running on (I'm testing on a 3.2 GHz Intel Core i7).

If you're building from source, you may want to try using the following commands:

cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build/ --config Release

jatinchowdhury18 avatar Jan 02 '22 14:01 jatinchowdhury18