Wavelink
Wavelink copied to clipboard
invalid player.position when speed is more than 1.0
When the speed is increased player.position does not return the actual position, the position seems to return the times elapsed from when the song is playing not how much the song progressed
f = player.filters
f = player.filters
f.timescale.set(speed=10)
await player.set_filters(f)
This way song finishes 10 times faster but while playing after 5 seconds of the song being played it says 5000 not 50000 while the speed is 10x
This is actually a Lavalink / Lavaplayer issue and has been / is discussed here https://github.com/lavalink-devs/lavaplayer/issues/94