mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 19:40:44 +08:00
fix(backwardscomp): fix the rest of np.ndarray type subscriptions (#57)
forgot about these ones, my bad
This commit is contained in:
@@ -28,7 +28,7 @@ class FCPE(F0Predictor):
|
||||
|
||||
def compute_f0(
|
||||
self,
|
||||
wav: np.ndarray[Any, np.dtype],
|
||||
wav: np.ndarray,
|
||||
p_len: Optional[int] = None,
|
||||
filter_radius: Optional[Union[int, float]] = 0.006,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user