01-12-2024, 07:08 PM
(01-12-2024, 06:54 PM)cogitech Wrote: That's the same process that I tried previously with the WAV file, and I always get the same error in moOde:
" ✗ Configuration is not valid
Invalid config file!
filters: unknown variant `S32LE'`, expected one of `TEXT`, `S16LE`, `S24LE`, `S24LE3`, `S32LE`, `FLOAT32LE`, `FLOAT64LE` at line 17 column 13"
The error message doesn't even make sense. "S32LE" is unknown variant but it say it was expecting one of `TEXT`, `S16LE`, `S24LE`, `S24LE3`, `S32LE`, `FLOAT32LE`, `FLOAT64LE` at line 17 column 13"
I'm happy to wait for CamillaDSP 2.x anyway, before I test my patience with this stuff any more. The PEQ works.
Ops... unless it is a typo from you, I see unknown variant text to be slightly different from the accepted types, in that it has a small "tick" after LE...
S32LE' vs S32LE
since it mentions line and column, that is most probably a text file, which you can open and fix manually... at least give it a try; it could be just a small bug in REW, but as long as it can get workaround-ed... ;-)