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