Can a code written in C++ wrapped by python be integrated in Unity.
Can it have good voice processing speed in real-time online say of pitch of the user using the microphone signal.
Alternately, what language can be used
Can a code written in C++ wrapped by python be integrated in Unity.
Can it have good voice processing speed in real-time online say of pitch of the user using the microphone signal.
Alternately, what language can be used
I have done pitch extraction just using GetSpectrumData but as long as you can access a DLL, you can surely use that instead. I’m using C# and UScript for this, no problem.