GuitarML / SmartGuitarAmp

Guitar plugin made with JUCE that uses neural networks to emulate a tube amplifier.
https://guitarml.com/
Apache License 2.0
1.23k stars 55 forks source link

Android/iOS? #26

Closed lattice0 closed 1 year ago

lattice0 commented 3 years ago

What are the chances on this running on Android and iOS?

mishushakov commented 3 years ago

it is not impossible the main problem would be latency + battery drain

making a post-processor for applying effects on .wav would be a good start i have made a project, which runs smaller LTSM-models in browsers: https://github.com/mishushakov/GuitarLSTM-browser works perfectly fine on mobile too!

GuitarML commented 3 years ago

Yes, you can definitely build for Android and iOS using the Juce framework, the question comes down to the hardware. I'd love to test it out sometime.

GuitarML commented 1 year ago

Issue clean up, no current plans to implement an android/iOS for SmartAmp