[REQ] 32bit float support
Opened this issue · 1 comments
Hi there, 1st of all thanks for your work !
I haven't tested your codec yet, but I highly recommend to implement 32-bit floating point bitdepth as more and more contemporary audio interfaces are supporting this recording resolution.
Last but not least, I've added your codec to HyMPS project \ AUDIO \ Libraries \ Codecs.
Hope that inspires.
Sorry for the very late reply.
Currently, SRLA has no plan to support floating-point data. It also currently supports up to 8ch and 8-24bit PCM WAV files only. Like FLAC, SRLA is designed for consumer audio.
Although it is difficult to support floating-point processing, I think it is beneficial to do so. Recording and editing applications widely use floating-point, as you pointed out. Thank you for pointing this out.