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
How can I record audio?
I know I can record video/rendering frames with Page.startScreencast + method:Page.screencastFrame , but don't know about audio
Page.startScreencast
method:Page.screencastFrame
The text was updated successfully, but these errors were encountered:
I don't know if that's possible. I didn't see audio mentioned anywhere in the docs. The screencast is just like a sequence of screenshots.
Sorry, something went wrong.
Seems there is an experimental WebAudio API in DevTools Protocol: https://chromedevtools.github.io/devtools-protocol/tot/WebAudio/#event-audioListenerCreated
I haven't tried actually implementing it /yet/ but seems it's possible 🤔
No branches or pull requests
How can I record audio?
I know I can record video/rendering frames with
Page.startScreencast
+method:Page.screencastFrame
, but don't know about audioThe text was updated successfully, but these errors were encountered: