getStandardPitchInfo abstract method

Future<List<StandardPitchInfo>?> getStandardPitchInfo(
  1. String midiFilepath
)

Gets standard pitch.

midiFilepath: Midi file path of the song.

Return value: Standard pitch data array.

Please make sure the same midi file path is passed in this API and RTCSingScoringManager.setSingScoringConfig.

Implementation

Future<List<StandardPitchInfo>?> getStandardPitchInfo(String midiFilepath);