nvdweem/PCPanel

output devices only?

Closed this issue · 9 comments

I am not sure if I overlooked this, but right now, pcpanel only seems to list output devices. I'd like to control my USB microphone as well.

Is this (somehow) possible?

Not sure if you are using Windows/Linux and which version, but at least on Windows there should be the option to control both input and output devices:
msedge_6v7ZAzhJG6

Windows does not offer per-process volume controls for input devices so that isn't possible. It should be that everywhere where you pick a device it also lists the input devices. The 'Default device' option controls the default output, not the default input.

Sorry, I am sorry. I use Linux (ubuntu 22.04)

I tried to add the corresponding index entry from pacmd list-sinks to profiles.json manually but this does not seem to work.

I'm not very familiar with Linux audio, but iirc, sinks are outputs and sources are supposed to be inputs. I think the software currently only lists the outputs.

I'll see if I can add the sources as well and make them controllable.

My Linux VM is super slow at the moment so I'm not able to test it properly, but the new Pre-release snapshot should include input devices. The devices should now also have an in/out postfix in their name.

Niels,

will try this later. Thanks a lot!

Yes, sinks are outputs, sources are inputs

Bildschirmfoto_2022-09-04_19-05-59

Works like a charm. Thanks a lot!

You are welcome, Happy to see that the Linux support is actually being used :).