Description:
The custom AudioPlayer in Fuselage stops playing while adjusting the playback slider. After pausing and resuming, the audio takes longer than expected to continue playback.
Steps to reproduce:
- Open the AudioPlayer component in Storybook.
- Start playing any audio track.
- Drag the playback slider to adjust the current time.
- Observe that the audio stops while dragging.
- Pause the audio and then resume playback.
- Notice the delay before audio continues.
Expected behavior:
Description:
The custom AudioPlayer in Fuselage stops playing while adjusting the playback slider. After pausing and resuming, the audio takes longer than expected to continue playback.
Steps to reproduce:
Expected behavior:
Audio should continue playing smoothly while dragging the slider.
Resuming after pause should play audio immediately without delay.
Video Proof:
####https://github.com/user-attachments/assets/6ab6493e-e9df-448d-8344-faa887eb5f1a
fix(AudioPlayer): prevent playback issues after slider interaction #1807