-
Notifications
You must be signed in to change notification settings - Fork 868
Open
Labels
Description
Checklist
- I read the troubleshooting guide before raising this issue
- I made sure that the issue I am raising doesn't already exist
Current bug behaviour
he setPlaybackRate function does not seem to have any effect on the playback speed. When attempting to set values both less than 1 (e.g., 0.5 for slower playback) and greater than 1 (e.g., 2.0 for faster playback), the audio/video continues to play at the normal speed (1.0).
Expected behaviour
Calling setPlaybackRate(x) should:
If x < 1 (e.g., setPlaybackRate(0.5)), the audio/video should play at a speed slower than normal.
If x > 1 (e.g., setPlaybackRate(2.0)), the audio/video should play at a speed faster than normal.
If x = 1, the audio/video should play at normal speed.
Steps to reproduce
No response
Code sample
No response
Affected platforms
Windows
Platform details
No response
AudioPlayers Version
6.1.0, 6.4.0
Build mode
debug, release
Audio Files/URLs/Sources
No response
Screenshots
No response
Logs
No logs, no errors.
Related issues / more information
No response
Working on PR
yeah