Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shahriyardx opened this issue Mar 12, 2024 · 1 comment
Open

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

shahriyardx opened this issue Mar 12, 2024 · 1 comment

Comments

@shahriyardx
Copy link

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
Copy link
Contributor

chillymosh commented Apr 3, 2024

This is actually a Lavalink / Lavaplayer issue and has been / is discussed here lavalink-devs/lavaplayer#94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants