-
Notifications
You must be signed in to change notification settings - Fork 4
[TODO] Implement audio capture #3
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestIssues for Hacktoberfest!Issues for Hacktoberfest!📝 TODOSomething that needs to be doneSomething that needs to be done
Description
Activity
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestIssues for Hacktoberfest!Issues for Hacktoberfest!📝 TODOSomething that needs to be doneSomething that needs to be done
WASAPI(Windows Audio Session API).AACcodec..mp4container.Note: We currently use
video-rsa high-level abstraction offfmpeg-nextto encode video, unfortunately there is no audio API implemented, you may need to leverageffmpeg-nextfor 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_framesfunction.