tsurumeso / vocal-remover

Vocal Remover using Deep Neural Networks
MIT License
1.55k stars 222 forks source link

I only want to process mono audio to reduce the amount of computation. Does the program support this? #188

Open Niuguangshuo opened 2 months ago

tsurumeso commented 2 months ago

It is not supported. Since the pre-trained model only supports stereo, mono audio is converted to stereo before processing.