basic iterations working, need to do duration mapping
This commit is contained in:
@ -25,5 +25,5 @@ class AmplitudeEditor:
|
||||
long_ma = np_moving_average(self.squared_subsample, large_window * window_factor)
|
||||
short_ma = np_moving_average(self.squared_subsample, small_window * window_factor)
|
||||
highlights = find_moving_average_highlights(short_ma, long_ma, self.factor / self.bitrate)
|
||||
return highlights
|
||||
return highlights, large_window, small_window
|
||||
|
||||
|
Reference in New Issue
Block a user