Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing audio initialization #67

Open
saptisunil opened this issue Nov 3, 2022 · 2 comments
Open

missing audio initialization #67

saptisunil opened this issue Nov 3, 2022 · 2 comments

Comments

@saptisunil
Copy link

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
Copy link

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

@Yourstruggle11
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants