Good afternoon I have the following code in python: import time import vlc def grabar_audio(): convertidor = "--sout=#transcode{acodec=flac,ab=320,channels=1,samplerate=16000}:std{access=file,mux=raw,dst='/home/eparionad/Descargas/audio.flac'} --run-time=40 --stop-time=40" instancia = vlc....