I am trying to find a way for PulseAudio to clear all the saved associations between input/output streams and sources/sinks, which get saved by the plugin module-stream-restore.I want to do this to only happen at login.
As far as I could find, the easiest way would be to load the plugin module-stream-restore with restore_device=false, and it does work. However, it creates a major inconvenient if one wants to change a stream's sink to one different than the default, especially if that stream gets interrupted and recreated often (such as with browser videos, for example), because it causes the stream to lose the setting and fallback to the default sink, which is annoying. Thus, I am looking for a way, if possible, to manually clear these saved associations (at my convenience).