With my current implementation I am not seeing the total time of the audio.
I am using an audio blob and creating a URL and supplying it to the player src. Below is how I am using it
<AudioPlayer
src={URL.createObjectURL(props.recordingBlob)}
color="white"
sliderColor="white"
style={{ background: '#5865F2', borderRadius: '20px', padding: '30px', width: '100%' }}
/>
Below is how I see it. As you can see, I do not see the total audio time

With my current implementation I am not seeing the total time of the audio.
I am using an audio blob and creating a URL and supplying it to the player
src. Below is how I am using itBelow is how I see it. As you can see, I do not see the total audio time
