WonyJeong / flutter_piano_audio_detection

Flutter Piano Audio Detection implemented with Tensorflow Lite Model (Google Magenta)
MIT License
34 stars 11 forks source link

Native Java and swift library #8

Open nanaghartey opened 5 months ago

nanaghartey commented 5 months ago

This repo is great. How can we port this to use for native android (Java) and iOS (swift) projects.

ryderprogramming commented 2 weeks ago

I honestly love this idea, as I have no idea how to get TFLite on this library I'm using.

WonyJeong commented 1 week ago

use this class code!

nanaghartey commented 1 week ago

use this class code!

It's not straightforward. Can you try it out? and possible create a module that we can import in native android java projects?