getStandardPitchInfo abstract method

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

获取标准音高数据。

midiFilepath:歌曲 midi 文件路径。

返回值:StandardPitchInfo 标准音高数据数组。

注意:请保证此接口传入的 midi 文件路径与 RTCSingScoringManager.setSingScoringConfig 接口中传入的路径一致。

Implementation

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