mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 12:22:58 +00:00
Merge pull request #587 from deezer/hotfix_default_separate_option
Hotfix for separate method to work back
This commit is contained in:
@@ -307,7 +307,7 @@ class Separator(object):
|
||||
return prediction
|
||||
|
||||
def separate(
|
||||
self, waveform: np.ndarray, audio_descriptor: Optional[str] = None
|
||||
self, waveform: np.ndarray, audio_descriptor: Optional[str] = ""
|
||||
) -> None:
|
||||
"""
|
||||
Performs separation on a waveform.
|
||||
|
||||
Reference in New Issue
Block a user