Unloading module via terminal not possible/not documented?
I recently tried using pactl with pipewire, and i could create sinks with such command bellow:
pactl load-module module-null-sink sink_name=speakers object.linger=1 media.class=Audio/Sink channel_map=FL,FR
(took from archwiki)
It returns module index, but it seems it doesn't correlate to any module in list (pactl list short modules
)
It does list in pactl list short sinks
or in pactl list short sources
(as monitor)
Unloading modules via pactl unload-module INDEX/NAME
doesn't work
Like, if load-module would give 110 index - it wont unload, as well as via name (sink_name=speakers
or speakers
)
Is there any documented way to properly unload modules created via pactl?