Upgrade to QubesOS 4.3 broke enabling mic for a VM

I did an in-place update of QubesOS from 4.2 to 4.3 (no issues there) and since, a little py script in sys-audio (Fedora 42) that I have to enable/disable microphone access to specific qubes, stopped working.

The script is based off of the Qubes Audio virtualization guide,

In Qubes R4.1 and later, `pacat-simple-vchan` is controlled over a UNIX socket at `/var/run/qubes/audio-control.VMNAME` (where `VMNAME` is the VM’s name). Supported commands:

* `audio-input 1\n` - enable audio input
* `audio-input 0\n` - disable audio input

Now, there are no audio-control.VMNAME created, and there is no qubes-audio-daemon service, nor a binary either! The package is installed and I tried reinstalling it too.

Thanks you in advance.