10-19-2023, 10:54 PM
@nosferatu_cat
Did you notice this message in the midst of your log output?
"fft" is a typical shortform for fast Fourier transform and the error message suggests to me that your convolution file contains data unacceptable to CamillaDSP.
It seems to me, though, that this is an issue to bring up to the Cavern devs to see what they may have to say since it's their output.
Regards,
Kent
Did you notice this message in the midst of your log output?
Code:
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Imaginary parts of both first and last values were non-zero.', src/fftconv.rs:150:14
"fft" is a typical shortform for fast Fourier transform and the error message suggests to me that your convolution file contains data unacceptable to CamillaDSP.
It seems to me, though, that this is an issue to bring up to the Cavern devs to see what they may have to say since it's their output.
Regards,
Kent