From: c vw <dl1ycf@darc.de>
Date: Wed, 11 Jul 2018 10:18:02 +0000 (+0200)
Subject: adjust cw sidetone volume to new ramp algorithm
X-Git-Url: https://git.rkrishnan.org/pf/content/frontends/%3C?a=commitdiff_plain;h=746a0ac070f71d76954f2cb745ca021302b7ccbc;p=pihpsdr.git

adjust cw sidetone volume to new ramp algorithm
---

diff --git a/transmitter.c b/transmitter.c
index 80e829d..f33b5c3 100644
--- 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.00003937 * getNextSideToneSample() * cw_keyer_sidetone_volume * ramp);
+	cw_audio_write(0.0078 * getNextSideToneSample() * cw_keyer_sidetone_volume * ramp);
         cw_shape_buffer[tx->samples]=ramp;
   } else {
 //