mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-06 04:32:43 +00:00
Changed seperate function return type.
This commit is contained in:
@@ -304,7 +304,7 @@ class Separator(object):
|
||||
|
||||
def separate(
|
||||
self, waveform: np.ndarray, audio_descriptor: Optional[str] = ""
|
||||
) -> None:
|
||||
) -> Dict:
|
||||
"""
|
||||
Performs separation on a waveform.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user