fyfe93
fyfe93
MModular
Created by fyfe93 on 8/15/2024 in #questions
Is MAX real-time safe? (Or can it be configured to be?)
Hey all! Working in real-time audio applications! Just wanted to ask out-right, is MAX real-time safe? (Or can it be configured to be?) I currently work with other frameworks like onnxruntime and libtorch in C++ to deploy models but I'm forced to do some non-ideal background thread inference and use lock-free queuing between the background thread and audio thread due to those runtimes not being real-time safe. It would be a game changer if the MAX engine was real-time safe. I would probably use the C API as there's no C++ API yet right?
5 replies