In my current setup I have a longer startup audio playing with can_interrupt=False.
However, while the audio can not be interrupted, users can still interact with the system.
That means it handles the audio input, calls the handler, produces audio output and queus the yield.
Is there a way to suppress this? E.g. by muting the user microphone during yields.