03-25-2021, 08:44 PM
@zulizutThanks for reporting. The conversion of the wave file goes indeed wrongwrong.
Cause:
The source is a 64bit floating point pcm and is convert to two 24bit floating point pcm file, while expected 24-bit Signed Integer PCM.
I will supply a fix to @Tim Curtis for the next update, to convert it just to a raw 64b floating point file.
Workarround 1:
Cause:
The source is a 64bit floating point pcm and is convert to two 24bit floating point pcm file, while expected 24-bit Signed Integer PCM.
I will supply a fix to @Tim Curtis for the next update, to convert it just to a raw 64b floating point file.
Workarround 1:
- Convert it external to a 32, 24 or 16 bit Signed Integer PCM wave
- Upload the ir again
- Converterd it again with the moOde convert button
- Upload the wave file again
- DON'T presse convert
- Open a command prompt an run the followin commands:
Code:
cd /usr/share/camilladsp/coeffs
sox Cor1S44.wav -b 64 Cor1S44L_44100Hz_64b.raw remix 1
sox Cor1S44.wav -b 64 Cor1S44R_44100Hz_64b.raw remix 2