Skip to content

Zero blob size, comming on ios mobile chrome/safari #70

@Gaurabag

Description

@Gaurabag

Hello,

I'm using this project on my website to receive recorded messages on my website

I tried to add pause functionality by appending multiple audio blobs into one, that means having starting a new recording every time on pause and appending all the blobs finally,
sample code:
recorder
.stopRecording()
.then((audioBlobtemp) => {
const blobs = [...audioBlobs, audioBlobtemp]
const audioBlob = blobs.reduce((a, b) => new Blob([a, b]))
uploadAudio(audioBlob)
})
it is working on mac chrome and android but in here audioBlob type comes to empty (audioBlob), which is causing issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions