Skip to content

missing audio initialization #67

Description

@saptisunil

Uncaught Error: missing audio initialization
const recorder = new vmsg.Recorder({ wasmURL: "https://unpkg.com/[email protected]/vmsg.wasm" });

onClicking start button

await recorder.initAudio()
        await recorder.initWorker()
        recorder.startRecording()

on clickong stop button
recorder.stopRecording().then(res => { console.log("yesRecorded",res) }

here once when i m clicking on the stop button it shows missong audio initialization...

please do help...thanks in advance

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