onChangeSliderStart method

void onChangeSliderStart(
  1. double value
)

Changes the speed of the voice playback.

Implementation

void onChangeSliderStart(double value) {
  isSeeking = true;

  /// pause the voice
  pausePlaying();
}