Double Precision Processing
kleblackford opened this issue · comments
kleblackford commented
Seeing as VST3 and JUCE support double precision processing, it would we great if we could have lossless processing of our python floats (doubles) using pedalboard.
It seems as though this has been already acknowledged in this comment. Are there any recommendation for how to implement this feature?
We use AudioProcessor::ProcessingPrecision to determine whether pedalboard uses float or double audio buffers.