How to capture screen recording

I want to generate some waveform using the audio library that p5.js provides, render it onto a page, and then simultaneously record that rendering into a movie file (eg. .mp4). The current capture method only access the video input from the webcam but how might I manipulate it to record the waveform rendering?

Tagged:

Answers

Sign In or Register to comment.