WonyJeong / flutter_piano_audio_detection

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

correct typo in iOS ModelDataHandler.swift #1

Closed ShumpeiYamauchi closed 3 years ago

ShumpeiYamauchi commented 3 years ago

The dart file contains "getNotesDetail returns the recognized notes and displays the [key, frame, onset, offset, velocity] details." but in ModelDataHandler for iOS it is "velocitiy" instead of velocity.

WonyJeong commented 3 years ago

Thank you! :D