resetScore abstract method

Future<int> resetScore(
  1. String resourceID
)

Reset scoring.

Available since: 2.15.0 Description: Reset the scores that have already been performed,The OnCurrentPitchValueUpdate callback will be stopped and the average or total score will be 0. Use case: Often used in scenes where the same song is re-sung. When to call: It can be called after scoring has been performed.

  • resourceID the resource ID corresponding to the accompaniment or accompaniment clip.

Implementation

Future<int> resetScore(String resourceID);