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

wf-recorder --audio records mic input instead of default audio out #270

Open
mrsteve0924 opened this issue Jun 27, 2024 · 2 comments
Open

Comments

@mrsteve0924
Copy link

mrsteve0924 commented Jun 27, 2024

i dont see an option to disable input. do i just have to manually turn off mic?

EDIT: turning off mic ends up not recording any desktop audio at all.

@Bluey26
Copy link

Bluey26 commented Oct 13, 2024

Hi, if you only want to record monitor(output audio from PC), you should check what is the name of the "monitor" sink:

pactl list sources | grep Name

i.e. in my case: alsa_output.pci-0000_00_1f.3.analog-stereo.3.monitor

then you launch wf-recorder with that audio source as parameter:
wf-recorder ---audio=alsa_output.pci-0000_00_1f.3.analog-stereo.3.monitor --file=testing-monitor-audio.mp4

@909oce
Copy link

909oce commented Nov 18, 2024

i guess adding a script to detect the current default audio output source is needed to always get pc audio then? since i often swap between headphones and speaker

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

3 participants