tsurumeso / vocal-remover

Vocal Remover using Deep Neural Networks
MIT License
1.47k stars 215 forks source link

Processing long audio #148

Open v-nhandt21 opened 10 months ago

v-nhandt21 commented 10 months ago

Which is the better way in processing long audio, for example, I have 60s audio, should I:

or

Amirreza-Zeraati commented 9 months ago

Hi there, The choice between processing a long audio file as a whole or splitting it into smaller pieces and processing them in parallel depends on various factors, including your available hardware resources, the specific vocal remover model and ...