JorenSix / Panako

The Panako acoustic fingerprinting system.
GNU Affero General Public License v3.0
185 stars 38 forks source link

PanakoStrategy.java typo Line 372? #33

Closed lucaslawes closed 2 years ago

lucaslawes commented 2 years ago

In PanakoStrategy.java line 372 reads:

timeFactor < Config.getFloat(Key.PANAKO_MAX_FREQ_FACTOR)

Should read:

frequencyFactor < Config.getFloat(Key.PANAKO_MAX_FREQ_FACTOR)
JorenSix commented 2 years ago

Fixed,

See this commit

Thanks for the bug report.