lower sample rate
This commit is contained in:
parent
1a0035bfed
commit
74d0b22ad1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
const (
|
||||
nSamples = 44000 * 10
|
||||
sampleRate = 44000
|
||||
sampleRate = 6000
|
||||
bufferSize = nSamples
|
||||
frequency = 440
|
||||
targetFPS = 240
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue