mirror of
https://github.com/YuzuZensai/spleeter.git
synced 2026-01-30 12:22:58 +00:00
fix: pool managment
This commit is contained in:
@@ -147,8 +147,8 @@ def process_audio(
|
||||
audio_adapter.save,
|
||||
(filename, waveform, sample_rate, codec))
|
||||
# Wait for everything to be written
|
||||
pool.join()
|
||||
pool.close()
|
||||
pool.join()
|
||||
|
||||
|
||||
def entrypoint(arguments, params):
|
||||
|
||||
Reference in New Issue
Block a user