[TODO] Implement audio capture #3
Labels
good first issue
Good for newcomers
hacktoberfest
Issues for Hacktoberfest!
📝 TODO
Something that needs to be done
WASAPI
(Windows Audio Session API).AAC
codec..mp4
container.Note: We currently use
video-rs
a high-level abstraction offfmpeg-next
to encode video, unfortunately there is no audio API implemented, you may need to leverageffmpeg-next
for audio encoding/muxing. You may want to utilize entirely on another crate to encode/mux both video/audio sources, which will require rewriting the existingencode_frames
function.The text was updated successfully, but these errors were encountered: