lower n samples per update to be on safe side
This commit is contained in:
parent
db4aa35b12
commit
a7fccc35a1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
const (
|
||||
nSamples = 6000
|
||||
sampleRate = 6000
|
||||
nSamplesPerUpdate = 1600
|
||||
nSamplesPerUpdate = 1400
|
||||
frequency = 440
|
||||
targetFPS = 240
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue