mcogoni / supersdr

SuperSDR: an advanced KiwiSDR client with CAT transceiver integration
50 stars 15 forks source link

Mute if radio is transmitting #13

Open mshurmer opened 2 years ago

mshurmer commented 2 years ago

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

mcogoni commented 2 years ago

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