Wavelink icon indicating copy to clipboard operation
Wavelink copied to clipboard

invalid player.position when speed is more than 1.0

Open shahriyardx opened this issue 1 year ago • 1 comments

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

shahriyardx avatar Mar 12 '24 16:03 shahriyardx

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

chillymosh avatar Apr 03 '24 05:04 chillymosh