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?
Thanks a lot!