Hi everyone! I can't find a function that permits to change the playback speed of a mp3 track. I wish to change the playback speed of a song only when some conditions are satisfied. For example:
if x < y set player1.speed to k
else set player1.speed to j
where k and j can be for example something like 0.5x or 1.5x. Anyone can help?
This has basically been possible with the Android MediaPlayer since API 23, but this is not implemented in the Player component in either AI2 or Kodular.
Maybe @Taifun can implement this in his TaifunPlayer extension.