shithub: opus

Download patch

ref: 367a487e7cec832ccd4ab2d132e723b23336758b
parent: 46f9c9c6698f64a9e63a68dcc507042322bd3df9
author: Jan Buethe <jbuethe@amazon.de>
date: Thu Feb 15 10:39:30 EST 2024

hangover fix in osce/utils/pitch.py

--- a/dnn/torch/osce/utils/pitch.py
+++ b/dnn/torch/osce/utils/pitch.py
@@ -43,6 +43,7 @@
                 count += 1
         else:
             count = 0
+            last_lag = lag
 
     return lags
 
--