mirror of
https://github.com/scaperot/the-BPM-detector-python.git
synced 2026-04-25 03:00:10 -04:00
minor change.
This commit is contained in:
@@ -170,7 +170,7 @@ if __name__ == "__main__":
|
||||
n = n + 1
|
||||
|
||||
bpm = numpy.median(bpms)
|
||||
print("Completed. Estimated Beats Per Minute:", bpm)
|
||||
print("Completed! Estimated Beats Per Minute:", bpm)
|
||||
|
||||
n = range(0, len(correl))
|
||||
plt.plot(n, abs(correl))
|
||||
|
||||
Reference in New Issue
Block a user