You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The duration on the blob: i look at the example, i press record, i press the save button. The audio element on the page does not have the total duration.
Is there a way to add that as a metadata or something similar so when you play the file you can actually use the audio player slider to navigate through the file?
The audio is saved and an audio element is inserted on the page
you click play
you see the current play location (00:01) but you dont see the total length (00:01/00:30) and you cant use the slider to go to a certain place in the audio
Expected behavior
Be able to use the slider of the audio element
Describe the bug
The duration on the blob: i look at the example, i press record, i press the save button. The audio element on the page does not have the total duration.
Is there a way to add that as a metadata or something similar so when you play the file you can actually use the audio player slider to navigate through the file?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be able to use the slider of the audio element
Screenshots
If applicable, add screenshots to help explain your problem.
How it should look like when the blob/webm/wav has duration meta:
https://www2.cs.uic.edu/~i101/SoundFiles/BabyElephantWalk60.wav
The metadata missing can be spotted looking at the file props:
VS
You can see the duration present in the second printscreen
Package info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: