flutter_piano_audio_detection
flutter_piano_audio_detection copied to clipboard
Flutter Piano Audio Detection implemented with Tensorflow Lite Model (Google Magenta)
i got this error: [+1825 ms] V/FLUTTER_PITCH_TRACKER(20514): Audio Engine Prepare [ +1 ms] I/tflite (20514): Initialized TensorFlow Lite runtime. [ ] V/FLUTTER_PITCH_TRACKER(20514): Tflite Model Successfully Loaded [+3510 ms] W/System (20514):...
I watched a Magenta project on flutter so it is possible to use all Magenta tools with flutter
This repo is great. How can we port this to use for native android (Java) and iOS (swift) projects.
How to set the threshold and human or white noise filter
I would like to modify the audio input, but I'm very new to flutter and have no idea how to start.