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

Consider adding a comment section in the sender-audio.sh on how to select a specific sound card... #6

Open
7oxicshadow opened this issue Feb 2, 2021 · 0 comments

Comments

@7oxicshadow
Copy link
Contributor

Managed to get chance for another brief play around with this at the weekend.

At the moment the soundcard is set to:

ASOURCE="autoaudiosrc"

But this has the problem that it can select the wrong soundcard if you have more than one. (I have 1 soundcard for game audio and a usb sound card for microphone/voice audio when using discord)

In the end we used the following command to list the available cards:

pactl list | grep -A2 'Source #' | grep 'Name: ' | cut -d" " -f2

and then changed the ASOURCE to the following:

ASOURCE="pulsesrc device=alsa_output.pci-0000_00_1f.3.analog-stereo.monitor"

I am not sure if this is the correct way of doing it but it did work so I am assuming it is :)

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

1 participant