mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Tweak signal floor: the Brother disk doesn't read any more.
This commit is contained in:
@@ -27,7 +27,7 @@ static DoubleFlag noiseFloorFactor(
|
||||
static DoubleFlag signalLevelFactor(
|
||||
{ "--signal-level-factor" },
|
||||
"Clock detection signal level (min + (max-min)*factor).",
|
||||
0.1);
|
||||
0.05);
|
||||
|
||||
static const std::string BLOCK_ELEMENTS[] =
|
||||
{ " ", "▏", "▎", "▍", "▌", "▋", "▊", "▉", "█" };
|
||||
|
||||
Reference in New Issue
Block a user