mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-04-26 22:55:53 +03:00
[GH-ISSUE #37] audio #30
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cam2ip#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @daich on GitHub (Apr 29, 2022).
Original GitHub issue: https://github.com/gen2brain/cam2ip/issues/37
is there any thought about adding audio?
@gen2brain commented on GitHub (May 3, 2022):
There was a thought, maybe I will try something when I find the time. Of course, it would work only for HTML, not MJPEG. I have bindings for miniaudio here https://github.com/gen2brain/malgo, it would probably need to send audio in chunks, maybe encode to aac with https://github.com/gen2brain/aac-go etc. Don't know how all that would work, but that was some plan.