mcogoni/supersdr

Mute if radio is transmitting

Opened this issue · 1 comments

Hello,

Would it be possible to have the audio mute if the radio connected by CAT is transmitting. I think you might have looked at this as an option some time ago.
Thanks

Matt

Hi Matt,
I tried doing it, but at least my radio behaves badly when communicating during TX.
So once in a while the CAT communication dies. I don't know if it's specific to my radio (TS-590SG).
You could try to enable the feature that's already in the code: the function is get_ptt in the utils_supersdr.py
You could call within the main loop to update the cat_tx state flag.

Let me know how it goes ;-)

marco