mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-31 14:58:23 +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
|
return prediction
|
||||||
|
|
||||||
def separate(
|
def separate(
|
||||||
self, waveform: np.ndarray, audio_descriptor: Optional[str] = None
|
self, waveform: np.ndarray, audio_descriptor: Optional[str] = ""
|
||||||
) -> None:
|
) -> None:
|
||||||
"""
|
"""
|
||||||
Performs separation on a waveform.
|
Performs separation on a waveform.
|
||||||
|
|||||||
Reference in New Issue
Block a user