signalflow icon indicating copy to clipboard operation
signalflow copied to clipboard

Support for non-float32 output devices

Open ideoforms opened this issue 2 years ago • 0 comments

SignalFlow natively operates on float32 samples. Many audio output devices do not have support for float32 outputs, instead requiring int16 or similar. However, there is currently no support for converting between different numerical formats.

To address, conversion code is explicitly needed (in node/io/{input,output}/soundio.cpp).

ideoforms avatar Nov 16 '23 22:11 ideoforms