hangover fix in osce/utils/pitch.py

This commit is contained in:
Jan Buethe 2024-02-15 15:39:30 +01:00
parent 46f9c9c669
commit 367a487e7c
No known key found for this signature in database
GPG Key ID: 9E32027A35B36314

View File

@ -43,6 +43,7 @@ def hangover(lags, num_frames=10):
count += 1
else:
count = 0
last_lag = lag
return lags