projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22707f6
)
"Mute audio to radio" should not mute local audio.
author
c vw
<dl1ycf@darc.de>
Fri, 28 May 2021 12:50:46 +0000
(14:50 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 28 May 2021 12:50:46 +0000
(14:50 +0200)
receiver.c
patch
|
blob
|
history
diff --git
a/receiver.c
b/receiver.c
index b4b6199edc18a4368dcc86af6c62ebcc9b500b27..0ac4b10b4f057d19f102f6b0141e435edb6a98ec 100644
(file)
--- a/
receiver.c
+++ b/
receiver.c
@@
-1373,7
+1373,7
@@
static void process_rx_buffer(RECEIVER *rx) {
}
if(rx->local_audio) {
- if((rx!=active_receiver && rx->mute_when_not_active)
|| rx->mute_radio
) {
+ if((rx!=active_receiver && rx->mute_when_not_active)) {
left_sample=0.0;
right_sample=0.0;
} else {