CamillaDSP - Cross-platform IIR and FIR engine for crossovers, room correction etc

It's somewhat arbitrary, but chosen so that the range doesn't get too large
Thanks for the clarification.
Currently I'm developing some home assistant integration, where the volume range needs to be mapped to 0..1
If -51 is a constant value, I could also hardcode that.

I could make it configurable.
Would be great.
Then I would appreciate extending the API to request current limits.
Like http://<host>/api/getparam/volumerangedb

Btw...
Calling http://host/api/getparam/signalrangedb returns a 500 error on my instance
Also cant see any related entry in the log file.
 
To clarify, the -51 to 0 dB limit exists only in the gui, to make the slider easier to use. Camilladsp itself allows -150 to +50 dB. I mean to make the limits in the gui configurable, so anyone that wants a different range for that slider can customize it.

It's possible to restrict the max allowed volume in a camilladsp config, from +50 to something lower. When using that, camilladsp still accepts -150 to +50, but the applied volume setting won't exceed the given max. The lower limit is fixed at -150.
 
To clarify, the -51 to 0 dB limit exists only in the gui, to make the slider easier to use. Camilladsp itself allows -150 to +50 dB. I mean to make the limits in the gui configurable, so anyone that wants a different range for that slider can customize it.

Henrik, while you are in the GUI, could you make the digits for volume in the display a bit bigger ? GUI - Volume.jpg - in the pic could the -46 be a bit bigger and therefore easier to read on a display.
 
Was there nothing interesting in the gui backend logs?
There is nothing at all in the backend logs.

First it was set to log to camilladsp.log:
log_file: "~/camilladsp/camilladsp.log"
Nothing was added.

Then I tried setting a dedicated log file for backend:
log_file: "~/camilladsp/camillagui.log"
After restarting backend, no file was created.
Creating an empty one and restarting backend again, resulted in an empty log file.
Even setting an absolute path did not change anything.

Should there be at least some status/debug information in it?

Used versions are:
CamillaDSP 2.0.3
pyCamillaDSP 2.0.2
Backend 2.1.1
 

Help with my first config file​

My first goal is to run camillaDSP and GUI for that I need a valid config file.
I just want to be able to play some music from tidal on my windows 11 laptop run it through CamillaDSP and get sound out of my laptop speakers.
next step will be to make a bass boost just to try out a filer.

When that is done, I can move on to play with my new MOTU 5.

So, how does a minimum 2-channel setup looks like?
 
Hi Martin
My first goal is to run camillaDSP and GUI for that I need a valid config file.
I am not sure… I just installed everything with the setup scripts, without any self configured config files… startet the gui and did all setup in the gui. This file i saved and made it as standard to load on startup.
In my case: works as it should 😉