This commit is contained in:
Gerolf Ziegenhain 2016-10-04 17:27:38 +02:00
parent 2e975376dc
commit e78a722025
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ int beep(double freq_hz, double duration_sec)
int up_count = (int)(SAMPLE_RATE * duration_sec);
p1 = p2 = f1 = f2 = SAMPLE_RATE/freq_hz;//0.02;
p1 = p2 = f1 = f2 = 0.04;//SAMPLE_RATE/freq_hz;//0.02;
for (i = 0; i < up_count; ) {
for (j = 0; j < FRAMES*2 ; j+=2)
//for (j = 0; j < up_count*2; j+=2)