Changed seperate function return type.

This commit is contained in:
Dorian Desblancs
2022-10-27 15:20:56 +00:00
parent bdc2772641
commit 6028f11920

View File

@@ -304,7 +304,7 @@ class Separator(object):
def separate( def separate(
self, waveform: np.ndarray, audio_descriptor: Optional[str] = "" self, waveform: np.ndarray, audio_descriptor: Optional[str] = ""
) -> None: ) -> Dict:
""" """
Performs separation on a waveform. Performs separation on a waveform.