05-25-2021, 06:56 PM
@adrian311
3. The workaround in camilladsp is to use $samplerate$ in the convolution file name in the camilladsp config:
The sox workarround also works, it is indeed earlier in the chain then camilladsp. But only works with music (local/network) played by MPD itself.
4. Minium is a RPI 3 or higher. With a basic convolution and a sample rate of 192/24 I don't see a problem.
3. The workaround in camilladsp is to use $samplerate$ in the convolution file name in the camilladsp config:
Code:
If the filename includes the tokens $samplerate$ or $channels$, these will be replaced by the corresponding values from the config. For example, if samplerate is 44100, the filename /path/to/filter_$samplerate$.raw will be updated to /path/to/filter_44100.raw.
4. Minium is a RPI 3 or higher. With a basic convolution and a sample rate of 192/24 I don't see a problem.