projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41962a3
)
adjust cw sidetone volume to new ramp algorithm
author
c vw
<dl1ycf@darc.de>
Wed, 11 Jul 2018 10:18:02 +0000
(12:18 +0200)
committer
c vw
<dl1ycf@darc.de>
Wed, 11 Jul 2018 10:18:02 +0000
(12:18 +0200)
transmitter.c
patch
|
blob
|
history
diff --git
a/transmitter.c
b/transmitter.c
index 80e829dc0cbbf3d2c297fbeff801ea54febcd5f3..f33b5c33c2ed5b7c032bd49ddd86868b772a9012 100644
(file)
--- a/
transmitter.c
+++ b/
transmitter.c
@@
-896,7
+896,7
@@
void add_mic_sample(TRANSMITTER *tx,short mic_sample) {
// store the ramp value in cw_shape_buffer, but also use it for shaping the "local"
// side tone
ramp=cwramp[cw_shape];
- cw_audio_write(0.00
003937
* getNextSideToneSample() * cw_keyer_sidetone_volume * ramp);
+ cw_audio_write(0.00
78
* getNextSideToneSample() * cw_keyer_sidetone_volume * ramp);
cw_shape_buffer[tx->samples]=ramp;
} else {
//