siddhpant / broo

Connect your phone as microphone wirelessly. Supports both PipeWire and PulseAudio.
GNU Affero General Public License v3.0
121 stars 6 forks source link

Failure: No such entity #23

Closed CodeShakingSheep closed 2 months ago

CodeShakingSheep commented 2 months ago

After I start broo there Mumble opens and I connect to the server. However, shortly after that the broo command exits with this message Failure: No such entity. Mumble still stays open.

I explicitly need to terminate broo with broo -c which then closes Mumble before I can start it again. Do you have any idea what's the issue here?

Edit: Additional info I'm using Pulseaudio and the problem seems to appear in add_mic_pulseaudio(). Interestingly, I can see Broo as output device. image

In Linux sound settings, however I can't see it as input device. image

In PulseAudio Input Devices shows this by default. image

When I change "Show" to "All Input Devices" it shows "Monitor of Broo". image

siddhpant commented 2 months ago

Can you take a look at #10? It seems to be the same problem.

Maybe we can move the convo there.

siddhpant commented 2 months ago

Sorry, dumb me changed a part of the code that was commonly used.

This specific problem should be fixed now.

Thanks for reporting!