fix: GPU images

This commit is contained in:
Félix Voituret
2019-11-22 12:24:50 +01:00
parent dd7e594a4b
commit c6bba68308
4 changed files with 73 additions and 46 deletions

View File

@@ -94,7 +94,8 @@ class Separator(object):
self, audio_descriptor, destination,
audio_adapter=get_default_audio_adapter(),
offset=0, duration=600., codec='wav', bitrate='128k',
filename_format='{filename}/{instrument}.{codec}', synchronous=True):
filename_format='{filename}/{instrument}.{codec}',
synchronous=True):
""" Performs source separation and export result to file using
given audio adapter.