feat: song: bass reg beat detector in slices

This commit is contained in:
2026-05-17 12:32:39 +02:00
parent ee5a1376ee
commit 71f1975a97
4 changed files with 175 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
import numpy as np
import matplotlib.pyplot as plt # for debug only
# note: may be called ZxingDetector instead?
class SsfZxing:
"""
Find beats in a Sum Slope Function by detecting threshold crossings.