Implementing Wav2Vec2.0 in Unity Sentis
In a previous post, we covered how to use Wav2Vec2.0 in Python and export to the ONNX format. Now, let’s try to use this model in Unity. We will use Unity Sentis 2.1, as it is the official way to use ONNX model as of today. If we were to stick to Python, we could run a program in parallel of the Unity code as we did in Speech-to-world, but this time let’s use the model directly in Unity. ...