PythonistaGuild / Wavelink

A powerful Lavalink library for Discord.py.
https://wavelink.dev
MIT License
389 stars 179 forks source link

invalid player.position when speed is more than 1.0 #293

Open shahriyardx opened 6 months ago

shahriyardx commented 6 months ago

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

chillymosh commented 5 months ago

This is actually a Lavalink / Lavaplayer issue and has been / is discussed here https://github.com/lavalink-devs/lavaplayer/issues/94