]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
improved vox meter
authorJohn Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Fri, 23 Dec 2016 16:12:24 +0000 (16:12 +0000)
committerJohn Melton - G0ORX/N6LYT <john.d.melton@googlemail.com>
Fri, 23 Dec 2016 16:12:24 +0000 (16:12 +0000)
vox.c

diff --git a/vox.c b/vox.c
index d8163f28c7e61801296915b47d09dedc73ea5100..734f2105b2fc3747a7b1cd3a5bd3163b9fc1a49e 100644 (file)
--- a/vox.c
+++ b/vox.c
@@ -35,7 +35,7 @@ static int vox_timeout_cb(gpointer data) {
 
 
 double vox_get_peak() {
-  return peak;
+  return peak*10.0;
 }
 
 void update_vox(double *in,int length) {