03-03-2025, 10:07 PM
(This post was last modified: 03-03-2025, 10:08 PM by Tim Curtis.)
From the documentation
https://github.com/HEnquist/camilladsp?t...v-file#fir
So based on the docs I don't think camilla can find this file.
filename: L-F1-Feb19-$samplerate$.wav
Maybe put it in the coeffs directory and then filename: ../coeffs/L-F1-Feb19-$samplerate$.wav
https://github.com/HEnquist/camilladsp?t...v-file#fir
Code:
The filename field should hold the path to the coefficient file. Using the absolute path is recommended in most cases.
If a relative path is given it will first try to find the file relative to the config file path. If it's not found there, the path is assumed to be relative to the current working directory. Note that this only applies when the config is loaded from a file. When a config is supplied via the websocket server only the current working dir of the CamillaDSP process will be searched.
So based on the docs I don't think camilla can find this file.
filename: L-F1-Feb19-$samplerate$.wav
Maybe put it in the coeffs directory and then filename: ../coeffs/L-F1-Feb19-$samplerate$.wav