vmsg
vmsg copied to clipboard
missing audio initialization
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
hi @saptisunil have you found an answer yet? i'm currently having the same issues
Hello, @saptisunil and @preciousaffiah. I hope you are well. Were you able to resolve this issue?