From 5f5b19e79c7de66339bf6b1bf82eaf156ccbe65a Mon Sep 17 00:00:00 2001 From: Kristin Galvin Date: Sun, 19 Jan 2020 20:29:38 -0800 Subject: [PATCH] audio test --- apps/stetho/stetho.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stetho/stetho.js b/apps/stetho/stetho.js index 10891fb75..594bebccb 100644 --- a/apps/stetho/stetho.js +++ b/apps/stetho/stetho.js @@ -25,7 +25,7 @@ function readHRM() { g.clearRect(0,100,239,239); g.moveTo(-100,0); } - let frequency = parseFloat((170 - (a*960*4)) + 500); + let frequency = parseFloat(((170 - (a*960*4))*80) + 300); if(frequency > 0) freq(frequency); g.setColor(1,1,1);