![]() |
CamillaDSP forgets the filter settings after reboot - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: CamillaDSP forgets the filter settings after reboot (/showthread.php?tid=3986) Pages:
1
2
|
CamillaDSP forgets the filter settings after reboot - hansStahlhelm - 07-07-2021 This happens on a Raspberry Pi, integrated in a Okto Research dac8 stereo. When I reboot moOde, I see an error on the DSP page that my config file is invalid. [attachment=2412] When I go to the CamillaDSP options, I see the filters tab changed to RAW (from WAV) and a wrong format. [attachment=2411] I then need to fiddle a bit with the save button to get the error to disappear. I probably do not understand the workflow yet but it takes me some tries to get the error to disappear. To me it seems like the "Apply to CDSP" button in the CamillaDSP settings does not work (or at least not how I'd expect): 1. I fix the bad settings so that the error disappears and hit "Apply to CDSP". 2. I go back by clicking on the back arrow. 3. I hit on "save" on top left 4 error appears again. I need to go back to step 1. It seems like the settings cannot be stored to "quick convolution filter". RE: CamillaDSP forgets the filter settings after reboot - bitlab - 07-07-2021 The quick convolution config generates a config called "Quick convolution filter". That configuration shouldn't be edit by hand or with the pipeline editor, because it will be overwrite by moOde. So that explains a little bit of the behaviour you are experiencing. But the main issue is here of course that the quick convolution config shouldn't have problems. Based on your screenshot I see that fragments of an old template config (the warning about __IR_FORMAT__) which was used with moOde 7.2 not with 7.3. To be sure that you have used it way it is excepted; steps are below. First will we check the basic functionality. Next we will regenerate the quick convolution config (to see it it was up2date or something is wrong with the template). basic check:
@Tim Curtis to be sure; expected is that the in place update also has updated the following files:
RE: CamillaDSP forgets the filter settings after reboot - Tim Curtis - 07-07-2021 Yes, entire default /usr/share/camilladsp files were part if the update. Below are the two yml files in question. config_template Code: devices: quick_convolution Code: devices: RE: CamillaDSP forgets the filter settings after reboot - bitlab - 07-07-2021 @Tim Curtis thanks for checking. RE: CamillaDSP forgets the filter settings after reboot - jonners - 07-20-2021 @bitlab I followed your recommended procedure from post #2 and all now works as it should. I'm confused, but thanks anyway! EDIT: Correction to the above. I selected Quick Config Filter in the Camilla Config page, but I hadn't selected it in the Audio Config. Now that I have done that I again get the error message 'Config is not valid' etc. RE: CamillaDSP forgets the filter settings after reboot - bitlab - 07-20-2021 @jonners it shouldn't matter where you select the active config; on the moOde audio page(+set button) or moOde camilladsp config page(+save button) , both point to the same setting. But if it matters we will have investigate that. RE: CamillaDSP forgets the filter settings after reboot - bitlab - 07-20-2021 @jonners I tried to reproduce the error by installing a fresh 7.2 and then did an upgrade to 7.3 and bingo! Same problem. The system did contain an old __quick_convolution__.yml template from <7.3. So it looks like something didn't go well during the upgrade process. Quick fix:
Code: sudo wget https://raw.githubusercontent.com/moode-player/moode/develop/usr/share/camilladsp/__quick_convolution__.yml -O /usr/share/camilladsp/__quick_convolution__.yml
RE: CamillaDSP forgets the filter settings after reboot - jonners - 07-20-2021 Magic! Thanks, @bitlab the issue is fixed and now all is well. RE: CamillaDSP forgets the filter settings after reboot - Tim Curtis - 07-21-2021 (07-20-2021, 09:09 PM)bitlab Wrote: @jonners I tried to reproduce the error by installing a fresh 7.2 and then did an upgrade to 7.3 and bingo! Same problem. I'll check the update package. RE: CamillaDSP forgets the filter settings after reboot - Tim Curtis - 07-21-2021 The file in the update package is same as in the repo which suggests something else could be causing the update of the file to not happen. Maybe some sort of permission or file in use condition? Code: devices: |