Hello,everyone.
I'm trying to make a game like muse-dash.As I don't want to play with the built-in music that takes up GBs of space, I came up with the idea that using music API platform for music and a pre-trained model to generate the notes.
I want to run deep-learning models inside a game on the host machine CPU,but using TorchSharp was impossible because it wouldn't work on Android at all.Besides, NAudio hardly worked on Android as well.
So I managed to try building an engine with onnx support by myself, but with no results.
After so much attempts, I thought of Termux, a great application that can run anything runs on Linux.
Is it possible to bind Godot and Termux environment together and create a game powered by AI?