Skip to content

Pipewire source option stopped working with last update #689

@Holbormon

Description

@Holbormon

Hi,

Before updating to the last release, the following config used to work to visualise the soundcard's microphone:

[input]
method = pipewire
source = alsa_input.pci-0000_00_1f.3.analog-stereo

But now, no sound is picked up anymore, as if source was incorrectly set. While debugging, I found out that the source entry above was technically set to node.name as printed by wpctl inspect, so I tried object.path and object.serial as stated by the README, but doing so did not resolve the problem.

Under the current release, the only thing that results in proper sound pickup with this device is switching method to pulse and using node.name. Here is an excerpt of wpctl inspect on the device of concern:

node.name = "alsa_input.pci-0000_00_1f.3.analog-stereo"
node.nick = "ALC1220 Analog"
node.pause-on-idle = "false"
object.path = "alsa:acp:PCH:0:capture"
object.serial = "54"

OS: ArchLinux 6.16.8-arch2-1
cava package from official extra repositories

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions