mirror of
https://github.com/xdsopl/robot36.git
synced 2026-04-08 07:43:38 +00:00
increased scan line count to four
This commit is contained in:
parent
26073e1e2b
commit
d3c2c2bec3
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public class Decoder {
|
|||
double scanLineMaxSeconds = 5;
|
||||
int scanLineMaxSamples = (int) Math.round(scanLineMaxSeconds * sampleRate);
|
||||
scanLineBuffer = new float[scanLineMaxSamples];
|
||||
int scanLineCount = 3;
|
||||
int scanLineCount = 4;
|
||||
last5msScanLines = new int[scanLineCount];
|
||||
last9msScanLines = new int[scanLineCount];
|
||||
last20msScanLines = new int[scanLineCount];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue