Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


CamillaDSP forgets the filter settings after reboot
#10
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:
 samplerate: 44100
 chunksize: 4096
 queuelimit: 1
 capture:
   type: File
   channels: 2
   filename: "/dev/stdin"
   format: S16LE
 playback:
   type: Alsa
   channels: 2
   device: "plughw:0,0"
   format: S16LE
filters:
   mastergain:
       type: Gain
       parameters:
           gain: __IR_GAIN__
   ir_left:
     type: Conv
     parameters:
       type: __IR_TYPE__
       filename: __IR_LEFT__
       __IR_PARAMS_L__
   ir_right:
     type: Conv
     parameters:
       type: __IR_TYPE__
       filename: __IR_RIGHT__
       __IR_PARAMS_R__
mixers:
 stereo:
   channels:
     in: 2
     out: 2
   mapping:
     - dest: 0
       sources:
         - channel: 0
           gain: 0
           inverted: false
     - dest: 1
       sources:
         - channel: 1
           gain: 0
           inverted: false
pipeline:
 - type: Mixer
   name: stereo
 - type: Filter
   channel: 0
   names:
     - mastergain
     - ir_left
 - type: Filter
   channel: 1
   names:
     - mastergain
     - ir_right
     
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: CamillaDSP forgets the filter settings after reboot - by Tim Curtis - 07-21-2021, 08:38 PM

Forum Jump: