-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels