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
Similar to #97 , by adding external npm package to implement it. Use cases: I want Chrome browser to export Blob in audio/ogg in OnStop() callback.
audio/ogg
OnStop()
Chrome browse supports audio/webm but not audio/ogg recording.
audio/webm
The npm package I am looking at is https://www.npmjs.com/package/opus-media-recorder . It employs WASM in the browser to do transcoding.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #97 , by adding external npm package to implement it.
Use cases: I want Chrome browser to export Blob in
audio/ogg
inOnStop()
callback.Chrome browse supports
audio/webm
but notaudio/ogg
recording.The npm package I am looking at is https://www.npmjs.com/package/opus-media-recorder . It employs WASM in the browser to do transcoding.
The text was updated successfully, but these errors were encountered: