Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

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

Open
@shahriyardx

Description

@shahriyardx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions