From 28767e86a6d0bff2c2c8d96d3335cd2df5068364 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 4 Oct 2016 16:53:16 +0200 Subject: [PATCH] wip --- src/beep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beep.c b/src/beep.c index 06cad60..fcb7674 100644 --- a/src/beep.c +++ b/src/beep.c @@ -219,7 +219,7 @@ int beep_test(void) for (i = 0; i < 64; i++) { for (j = 0; j < FRAMES*2; j+=2) { - buffer[j] = 30000.0 * sin(p1); + buffer[j] = 60000.0 * sin(p1); buffer[j+1] = 30000.0 * sin(p2); p1 += f1; p2 += f2;