【HELP】How to record screen including system audio
I looked at past issues and he didn't support it. Does he support audio now?
Or is there any way I can add audio to my recorded video?
I saw the send_audio_buffer method, but I don't know how to use it
use cpal crate
I saw cpal, but I don't know how to combine it with window_capture. Can you give me an idea or hint? @mycrl
How to set AudioSettingsBuilder?
AudioSettingsBuilder::default().disabled(false)
after I set it to disabled(false), I called stop function and couldn't close the recording properly
Now I have obtained the audio buffer, but I am not sure how to fill in timespan. Is there any way to write it directly into the buffer when I finish recording?
AudioSettingsBuilder::default() should work
AudioSettingsBuilder::default()should work
It wasn't working at the time.