original meaning since a majority of the "voters" are in favour
of this.
}
if(rx->local_audio) {
- if((rx!=active_receiver && rx->mute_when_not_active)) {
+ //
+ // I received many comments on the "expected" function of the
+ // "Mute audio to radio" checkbox in the RX menu.
+ //
+ // 1 vote was : mute_radio should *only* mute the samples sent to the radio
+ // Many votes were: mute_radio should *also* mute the samples sent to local audio
+ //
+ // So this is now reverted to the original situation, respecting the "majority"
+ //
+ if((rx!=active_receiver && rx->mute_when_not_active) || rx->mute_radio) {
left_sample=0.0;
right_sample=0.0;
} else {