import os import subprocess # create custom pipe file PIPE_PATH = "C:/Users/audioDataset/Eval_S_Wav/-1OlgJWehn8.wav" if os.path.exists(PIPE_PATH): os.remove(PIPE_PATH) os.mkfifo(PIPE_PATH) # open terminal that reads from your pipe file a = subprocess.Popen(['python.exe', '-m', 'demucs.separate', '-d', 'cpu --dl {}'.format(PIPE_PATH)]) هذا هو اجتهادي حتى الآن لم يعمل هذا الكود معي