audio test

pull/80/head
Kristin Galvin 2020-01-19 17:27:46 -08:00
parent da691f3795
commit 992d5271ef
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function readHRM() {
}
g.setColor(1,1,1);
g.lineTo(x,y);
freq((y * 1000) + 100.0);
freq((a * 1000.0) + 100.0);
if ((max-min)>0.005) {
if (4*a > (min+3*max)) { // high
g.setColor(1,0,0);