WonyJeong / flutter_piano_audio_detection

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

Native Java and swift library #8

Open nanaghartey opened 10 months ago

nanaghartey commented 10 months ago

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

ryderprogramming commented 5 months ago

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

WonyJeong commented 5 months ago

use this class code!

nanaghartey commented 5 months 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?