This commit is contained in:
Gerolf Ziegenhain 2016-10-04 16:56:31 +02:00
parent b398e6df30
commit 0d9924f9e6
1 changed files with 0 additions and 3 deletions

View File

@ -228,9 +228,6 @@ int beep(double freq_hz, double duration_sec)
p1 += f1;
p2 += f2;
}
f1 += 0.0001;
f2 += 0.00012;
frames = snd_pcm_writei(handle, buffer, FRAMES);