projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
004e2c2
)
improved vox meter
author
John Melton - G0ORX/N6LYT
<john.d.melton@googlemail.com>
Fri, 23 Dec 2016 16:12:24 +0000
(16:12 +0000)
committer
John Melton - G0ORX/N6LYT
<john.d.melton@googlemail.com>
Fri, 23 Dec 2016 16:12:24 +0000
(16:12 +0000)
vox.c
patch
|
blob
|
history
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) {