Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I differentiate between system audio and microphone? #33

Open
OmarHedeya95 opened this issue Sep 29, 2024 · 3 comments
Open

Can I differentiate between system audio and microphone? #33

OmarHedeya95 opened this issue Sep 29, 2024 · 3 comments

Comments

@OmarHedeya95
Copy link

Thanks for the great package, works like charm! I am curious if I can capture both the screen audio as well as my microphone signal? My goal is to have something akin to a meeting notetaker and it would be great if I can differentiate between what I say (through the microphone) as well as what my counterpart is saying (through system audio). Is that possible?

@kaiwen-wang
Copy link

I'm also looking at this and it seems audioDevices only returns the input devices, not the output devices

@OmarHedeya95
Copy link
Author

@kaiwen-wang yeah I had to give up and build my own native software :/ Would have been great if there was an easier solution. Any luck?

@kaiwen-wang
Copy link

kaiwen-wang commented Oct 18, 2024

but you'd still have to learn the ScreenCaptureKit docs regardless, right?

there's this but no audio: https://github.com/mukeshsoni/screencapturekit-node

so I'd have to learn how to work with this API regardless of whether I want to build an electron or tauri or swift app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants