Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When playing a video that contains audio, altering the speed property via code during playback causes the video to stutter. Doing the same with a video with no audio works as expected and the change is smooth. Typical scenario here is an indoor cycle app that varies the playback speed relative to the speed of the original recording.
Expected Behavior
Altering the speed of playback via code on a video containing sound should seamlessly change without stuttering.
Steps To Reproduce
Clone down the repo.
Download the two sample movies linked to from that repo.
Open the project and point it at each of the sample moves in turn.
Confirm the video with audio stutters every 2 seconds when the playback speed change occurs.
Link to public reproduction project repository
MauiMediaElementBugApp
Environment
- .NET MAUI MediaElement 8.0.1
- OS:Win11 Home 10.0.26200
Anything else?
No response
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When playing a video that contains audio, altering the speed property via code during playback causes the video to stutter. Doing the same with a video with no audio works as expected and the change is smooth. Typical scenario here is an indoor cycle app that varies the playback speed relative to the speed of the original recording.
Expected Behavior
Altering the speed of playback via code on a video containing sound should seamlessly change without stuttering.
Steps To Reproduce
Clone down the repo.
Download the two sample movies linked to from that repo.
Open the project and point it at each of the sample moves in turn.
Confirm the video with audio stutters every 2 seconds when the playback speed change occurs.
Link to public reproduction project repository
MauiMediaElementBugApp
Environment
Anything else?
No response