Skip to content

missing audio initialization #67

Description

@saptisunil

Uncaught Error: missing audio initialization
const recorder = new vmsg.Recorder({ wasmURL: "https://unpkg.com/vmsg@0.3.0/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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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