Context: In PipeWire-based systems (e.g., Ubuntu 25.04 with KDE), EasyEffects no longer lets you select an input device directly via its GUI.
Instead, it automatically processes whatever the system's default input source is.
- EasyEffects listens to the default input source defined in PipeWire.
- You control which microphone EasyEffects processes by changing the default input source.
- Apps should use
easyeffects_source
as their input to receive the processed audio.
- Open:
System Settings > Audio > Input Devices
- Find your mic (e.g., Ugreen CM564)
- Click the star to set it as the default
pactl set-default-source <source_name>
# Example:
pactl set-default-source alsa_input.usb-BlueTrm_UGREEN_CM564_USB_Audio_20220121000002-00.mono-fallback
Run:
pw-link -i easyeffects_source
This shows the current audio source connected to EasyEffects’ virtual mic.