Skip to content

Cannot see total audio time #9

@Jitendra-PG

Description

@Jitendra-PG

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
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions