I have an existing (std::)c++ app that is build on the JUCE framework. It runs on Wndows, iOS, Android, macOS and Linux.
The application does DSP on audio. I intend to use ML for noise reduction.
QUESTION
Can I use ML.NET and call ML.NET from the (std::)c++ ?