Bounty: Add support for system audio
Add support for system audio.
Should be implemented via Options struct, maybe a system_audio bool? defaulting to false.
Needs to be supported for macOS and Windows for now.
/bounty $150
💎 $150 bounty • Cap
Steps to solve:
- Start working: Comment
/attempt #146with your implementation plan - Submit work: Create a pull request including
/claim #146in the PR body to claim the bounty - Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts
Thank you for contributing to CapSoftware/scap!
Add a bounty • Share on socials
| Attempt | Started (GMT+0) | Solution |
|---|---|---|
| 🟢 @Auricmondal | Feb 16, 2025, 11:40:47 AM | #147 |
I Have a way around to pipeline audio streams so i can have the main audio stream going to speaker system can have another endpoint which can be used for syncing up with the screencapture happening. let me know if we can execute this logic
@richiemcilroy im interested in this feature as well. Please give @kingsmen732 a good to go.
will i be assigned for this? when can i start ?
💡 @Auricmondal submitted a pull request that claims the bounty. You can visit your bounty board to reward.
💡 @Auricmondal submitted a pull request that claims the bounty. You can visit your bounty board to reward.
I suggest putting this behind a feature.
hey @MAlba124 , Can you explain it to me further? Also, can you check the PR I created just to confirm if I am on the right track?
@Auricmondal See the features section in the Cargo book. I'm thinking it should be optional to to have audio capture as not all applications will use it. As for the PR, @richiemcilroy would have to look at it.
Hi @richiemcilroy, is this bounty still available?? if yes assign to me please!
/attempt
Implemented on main and currently being used in Cap. Still needs a Scap release.