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

Audio: record multiple audio streams #66

Open
Aman49362 opened this issue Mar 8, 2024 · 5 comments
Open

Audio: record multiple audio streams #66

Aman49362 opened this issue Mar 8, 2024 · 5 comments

Comments

@Aman49362
Copy link

is there a way i can record specific audio outputs ?
like an application with my mic

@russelltg
Copy link
Owner

Ah, right now you can only record one audio stream, specified by --audio-device, so turning this issue into a feature request to mix audio streams.

@russelltg russelltg changed the title audio Audio: record multiple audio streams Mar 12, 2024
@russelltg
Copy link
Owner

russelltg commented Mar 12, 2024

Note, if you use pipewire, this is doable by making a virtual output:

pactl load-module module-null-sink media.class=Audio/Sink sink_name=wl-screenrec-input channel_map=stereo

Then fire up qwpgraph and setup your graph as desired, something like this:

image

then run

wl-screenrec --audio --audio-device wl-screenrec-input.monitor

This is all probably doable from pw-cli as well.

@Aman49362
Copy link
Author

umm thanks for give me you time but since i am a bit new to linux community i didnt quite understand what you are saying
i just pasted your commands and it didnt work
i try checking by myself and found that the new output source i created by your command it is empty (guess i will have to add applications by myself and i am a noob)
anyways do i mark it as solved?

@russelltg
Copy link
Owner

Yeah, you're going to have to drag-n-drop connections. For the method I outlined above.

Don't mark this as solved, I think it is a reasonable request. I was just posting a workaround for pipewire users.

@Aman49362
Copy link
Author

Oh got it all i was just confused for what command or application to use for merging this
i search in the package manager for qwpgraph which you spelled wrong
but no problem i got it working now thanks to you appreciate you work sir
and guess i should mark it as solved just let me know

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