SSRC icon indicating copy to clipboard operation
SSRC copied to clipboard

Added support for 32 and 64bit float files

Open gee-ell opened this issue 4 years ago • 0 comments

I've added support for 32 and 64bit floating point WAV files inputs - modified 1.33 ssrc.c: https://desperatebeauty.com/_files/ssrc_float_support/ssrc.c

  • only tested on Windows (byte order from simple casting may not be correct on other platforms (search for 'case 8' and 'case 4' to correct if needed).

  • only tested with Reaper 6 and Wavelab 8 generated 64bit float files (my use case).

  • handles 'JUNK' chunk that Wavelab 8 inserts before the 'fmt ' chunk.

gee-ell avatar Jul 31 '21 22:07 gee-ell

I've updated the file to handle 'JUNK' chunks before the 'fmt ' chunk (eg. Wavelab 8 writes those).

gee-ell avatar Jul 31 '21 23:07 gee-ell