Kagami / vmsg

:musical_note: Library for creating voice messages
https://kagami.github.io/vmsg/
Creative Commons Zero v1.0 Universal
348 stars 58 forks source link

missing audio initialization #67

Open saptisunil opened 1 year ago

saptisunil commented 1 year ago

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

preciousaffiah commented 1 year ago

hi @saptisunil have you found an answer yet? i'm currently having the same issues

Yourstruggle11 commented 7 months ago

Hello, @saptisunil and @preciousaffiah. I hope you are well. Were you able to resolve this issue?