spotify / pedalboard

🎛 🔊 A Python library for audio.

Home Page:https://spotify.github.io/pedalboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double Precision Processing

kleblackford opened this issue · comments

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.