We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uncaught Error: missing audio initialization const recorder = new vmsg.Recorder({ wasmURL: "https://unpkg.com/vmsg@0.3.0/vmsg.wasm" });
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) }
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
The text was updated successfully, but these errors were encountered:
hi @saptisunil have you found an answer yet? i'm currently having the same issues
Sorry, something went wrong.
Hello, @saptisunil and @preciousaffiah. I hope you are well. Were you able to resolve this issue?
No branches or pull requests
Uncaught Error: missing audio initialization
const recorder = new vmsg.Recorder({ wasmURL: "https://unpkg.com/vmsg@0.3.0/vmsg.wasm" });
onClicking start button
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
The text was updated successfully, but these errors were encountered: